Open DoT port 853 for public dns servers
This commit is contained in:
parent
533b48204f
commit
7f63f03ac1
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ firewall_in:
|
||||||
- {proto: udp, port: 53}
|
- {proto: udp, port: 53}
|
||||||
- {proto: tcp, port: 80}
|
- {proto: tcp, port: 80}
|
||||||
- {proto: tcp, port: 443}
|
- {proto: tcp, port: 443}
|
||||||
# - {proto: tcp, port: 853}
|
- {proto: tcp, port: 853}
|
||||||
|
|
||||||
ifstated_config: ifstated-ns.conf
|
ifstated_config: ifstated-ns.conf
|
||||||
network_carp_interfaces:
|
network_carp_interfaces:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue