From 6614a912ff1e6b46f734bedb811d8ea1dad37886 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Sat, 2 Apr 2022 18:08:38 +0100 Subject: [PATCH] Open firewall for SeaweedFS comms --- config-lighthouse.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config-lighthouse.yaml b/config-lighthouse.yaml index af31979..5745da8 100644 --- a/config-lighthouse.yaml +++ b/config-lighthouse.yaml @@ -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