diff options
Diffstat (limited to 'etc/rc.reload_interfaces')
-rwxr-xr-x | etc/rc.reload_interfaces | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/rc.reload_interfaces b/etc/rc.reload_interfaces index 783af5c..108efd1 100755 --- a/etc/rc.reload_interfaces +++ b/etc/rc.reload_interfaces @@ -31,8 +31,10 @@ require_once("config.inc"); require_once("filter.inc"); +require_once("openvpn.inc"); reload_interfaces_sync(); filter_configure_sync(); +ovpn_config_server("pfreload"); -?>
\ No newline at end of file +?> |