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