From a34641afbbf09a96e7368737756e48edb52d8ffb Mon Sep 17 00:00:00 2001 From: Zedhugh Chen Date: Fri, 26 Aug 2022 00:38:27 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8A=E6=94=BE=20vpn=20ip=20=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E5=90=8E=E9=87=8D=E6=96=B0=E8=AE=BE=E7=BD=AE=20dns?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/vpnroute.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script/vpnroute.sh b/script/vpnroute.sh index f32cce2..9650cb0 100644 --- a/script/vpnroute.sh +++ b/script/vpnroute.sh @@ -29,4 +29,5 @@ fi if [[ "$1" == "unset" ]]; then dhcpcd -k $DEV + dhcpcd fi