12 lines
No EOL
365 B
Text
12 lines
No EOL
365 B
Text
uci -q batch <<EOF
|
|
network.wan=interface
|
|
network.wan.device='/sys/devices/platform/soc/60f8800.usb2/6000000.dwc3/xhci-hcd.1.auto/usb3/3-1'
|
|
network.wan.proto='modemmanager'
|
|
network.wan.apn='free'
|
|
network.wan.iptype='ipv4v6'
|
|
network.wan.auth='none'
|
|
network.wan.peerdns='0'
|
|
network.wan.dns='9.9.9.10' '149.112.112.10' '2620:fe::10' '2620:fe::fe:10'
|
|
|
|
commit network
|
|
EOF |