1
0
Fork 0
mirror of https://github.com/Nyr/openvpn-install.git synced 2025-04-04 21:23:31 +03:00

Update README.md

This commit is contained in:
Zack Dai 2022-09-13 17:03:20 -04:00 committed by GitHub
parent dd720ea96c
commit 3f0f598bec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,11 +48,24 @@ route-nopull
route 10.8.0.0 255.255.255.0
```
make a file norouting.bash
`sed -i '/verb 3/r nopuul.txt' $1`
make a file
nopull.txt
```
route-nopull
route 10.8.0.0 255.255.255.0
```
another file
norouting.bash
```
sed -i '/verb 3/r nopuul.txt' $1`
```
then you can add the setting to the usercofig with
`bash norouting.bash <USERNAME>.ovpn`
then you can add the setting to the usercofig with
`bash norouting.bash <USERNAME>.ovpn`
or on the vpn server side
remove