mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-20 16:02:59 +02:00
firewall: Recreate openvpn chains after firewall restart.
Fixes #10216.
This commit is contained in:
@@ -335,7 +335,9 @@ case "$1" in
|
||||
;;
|
||||
restart)
|
||||
$0 stop
|
||||
$0 stopovpn
|
||||
$0 start
|
||||
$0 startovpn
|
||||
;;
|
||||
*)
|
||||
echo "Usage: $0 {start|stop|reload|restart}"
|
||||
|
||||
Reference in New Issue
Block a user