Merge "fix: Open udp port 53 on master to support CoreDNS"
This commit is contained in:
commit
01629398c6
@ -955,6 +955,9 @@ resources:
|
||||
- protocol: tcp
|
||||
port_range_min: 53
|
||||
port_range_max: 53
|
||||
- protocol: udp
|
||||
port_range_min: 53
|
||||
port_range_max: 53
|
||||
- protocol: tcp
|
||||
port_range_min: 179
|
||||
port_range_max: 179
|
||||
|
Loading…
Reference in New Issue
Block a user