Open firewall for SeaweedFS comms

This commit is contained in:
Scott Wallace 2022-04-02 18:08:38 +01:00
parent 95ec2ca2d7
commit 6614a912ff
Signed by: scott
GPG key ID: AA742FDC5AFE2A72

View file

@ -275,3 +275,12 @@ firewall:
- port: 53
proto: udp
host: any
# Allow SeaweedFS master comms
- port: 9333
proto: tcp
host: any
- port: 19333
proto: tcp
host: any