6 lines
141 B
Plaintext
6 lines
141 B
Plaintext
|
#!/bin/sh
|
||
|
ip route replace 0.0.0.0/1 via $4 table 42
|
||
|
ip route replace 128.0.0.0/1 via $4 table 42
|
||
|
/etc/openvpn/update-dnsmasq-forward
|
||
|
exit 0
|