fix
This commit is contained in:
parent
e65899dd37
commit
25664a61d4
1 changed files with 9 additions and 8 deletions
|
|
@ -96,11 +96,12 @@
|
|||
# zone: external
|
||||
# state: enabled
|
||||
# permanent: true
|
||||
- policy: lan-to-wan
|
||||
state: enabled
|
||||
permanent: true
|
||||
masquerade: true
|
||||
ingress_zones:
|
||||
- internal
|
||||
egress_zones:
|
||||
- public
|
||||
- policy:
|
||||
name: lan-to-wan
|
||||
state: enabled
|
||||
permanent: true
|
||||
masquerade: true
|
||||
ingress_zones:
|
||||
- internal
|
||||
egress_zones:
|
||||
- public
|
||||
|
|
|
|||
Loading…
Reference in a new issue