маскарадинг
This commit is contained in:
parent
017d40fb0f
commit
ab23542e10
2 changed files with 11 additions and 0 deletions
|
|
@ -89,6 +89,7 @@
|
|||
- ssh
|
||||
- ntp
|
||||
- dns
|
||||
- bgp
|
||||
- http
|
||||
- https
|
||||
source:
|
||||
|
|
@ -112,6 +113,7 @@
|
|||
- ssh
|
||||
- ntp
|
||||
- dns
|
||||
- bgp
|
||||
- http
|
||||
- https
|
||||
|
||||
|
|
@ -124,6 +126,10 @@
|
|||
- mdns
|
||||
- samba-client
|
||||
|
||||
- zone: public
|
||||
masquerade: true
|
||||
state: enabled
|
||||
permanent: true
|
||||
# - set_default_zone: internal
|
||||
# state: enabled
|
||||
# permanent: true
|
||||
|
|
|
|||
|
|
@ -165,6 +165,11 @@
|
|||
state: enabled
|
||||
permanent: true
|
||||
|
||||
- zone: public
|
||||
masquerade: true
|
||||
state: enabled
|
||||
permanent: true
|
||||
|
||||
###### chrony-client ######
|
||||
chrony_disable_ntpd: true
|
||||
chrony_enable: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue