mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-07-25 19:32:03 +08:00
2abfa3b321
old-commit-hash: d4d57ed7feec9e6c0bc797d66be7a5b303e79831
2 lines
186 B
Bash
Executable File
2 lines
186 B
Bash
Executable File
route add default gw 192.168.5.1 && ndc network create 100 && ndc network interface add 100 eth0 && ndc resolver setnetdns 100 localdomain 8.8.8.8 8.8.4.4 && ndc network default set 100
|