puppet-ff_gw/files/etc/openvpn/mullvad/mullvad-up

6 lines
141 B
Plaintext
Raw Normal View History

2014-06-24 11:59:39 +02:00
#!/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