Browse Source

fix unrecognized route-down directive

HgO 1 year ago
parent
commit
3ce9a82625
1 changed files with 1 additions and 1 deletions
  1. 1 1
      conf/openvpn_client.conf.tpl

+ 1 - 1
conf/openvpn_client.conf.tpl

@@ -43,4 +43,4 @@ redirect-gateway def1 bypass-dhcp
 
 script-security 2
 route-up "/usr/bin/run-parts /etc/openvpn/scripts/route-up.d"
-route-down "/usr/bin/run-parts /etc/openvpn/scripts/route-down.d"
+down "/usr/bin/run-parts /etc/openvpn/scripts/route-down.d"