Files
libreelec-conf/systemd-templates/set-ip-routes.service
T
2023-06-03 12:33:17 +02:00

10 lines
286 B
Desktop File

[Unit]
Description=Update IP routes after connecting to VPN
[Service]
Type=oneshot
ExecStart=/usr/sbin/ip route del default dev wg0
ExecStart=/usr/sbin/ip route add PH_DNS dev wg0
ExecStart=/usr/sbin/ip route add PH_NETWORK dev wg0
ExecStart=/storage/libreelec-conf/set-resolv-conf.sh