Update README.md
This commit is contained in:
parent
dd720ea96c
commit
3f0f598bec
21
README.md
21
README.md
@ -48,11 +48,24 @@ route-nopull
|
|||||||
route 10.8.0.0 255.255.255.0
|
route 10.8.0.0 255.255.255.0
|
||||||
```
|
```
|
||||||
|
|
||||||
make a file norouting.bash
|
make a file
|
||||||
`sed -i '/verb 3/r nopuul.txt' $1`
|
|
||||||
|
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
|
then you can add the setting to the usercofig with
|
||||||
`bash norouting.bash <USERNAME>.ovpn`
|
|
||||||
|
`bash norouting.bash <USERNAME>.ovpn`
|
||||||
|
|
||||||
or on the vpn server side
|
or on the vpn server side
|
||||||
remove
|
remove
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user