Open firewall for SeaweedFS comms
This commit is contained in:
parent
95ec2ca2d7
commit
6614a912ff
|
@ -275,3 +275,12 @@ firewall:
|
||||||
- port: 53
|
- port: 53
|
||||||
proto: udp
|
proto: udp
|
||||||
host: any
|
host: any
|
||||||
|
|
||||||
|
# Allow SeaweedFS master comms
|
||||||
|
- port: 9333
|
||||||
|
proto: tcp
|
||||||
|
host: any
|
||||||
|
|
||||||
|
- port: 19333
|
||||||
|
proto: tcp
|
||||||
|
host: any
|
||||||
|
|
Loading…
Reference in a new issue