proto-shell: add dns server support
[project/netifd.git] / dummy / proto / ppp.sh
index 13c4ebb..e7b9839 100755 (executable)
@@ -38,6 +38,7 @@ pppoe_setup() {
        echo "pppoe_setup($1, $2), username=$username, password=$password"
        proto_init_update ppp0 1
        proto_add_ipv4_address "192.168.2.1" 32
+       proto_add_dns_server "192.168.2.2"
        proto_send_update "$1"
        proto_run_command sleep 10
 }