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:
parent
0edec285e2
commit
dd720ea96c
1 changed files with 8 additions and 0 deletions
|
@ -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 <USERNAME>.ovpn`
|
||||
|
||||
or on the vpn server side
|
||||
remove
|
||||
``` redirect-gateway def1```
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue