From dd720ea96cc1c1c4674a22d54e88592383febaf3 Mon Sep 17 00:00:00 2001 From: Zack Dai <45176371+DaiZack@users.noreply.github.com> Date: Tue, 13 Sep 2022 17:00:42 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a2c2dae..bbe0751 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,14 @@ route-nopull route 10.8.0.0 255.255.255.0 ``` +make a file norouting.bash +`sed -i '/verb 3/r nopuul.txt' $1` + +then you can add the setting to the usercofig with +`bash norouting.bash .ovpn` + or on the vpn server side remove ``` redirect-gateway def1``` + +