diff options
author | lassulus <lassulus@lassul.us> | 2019-12-02 15:57:00 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2020-01-05 22:16:10 +0100 |
commit | f45ef3f7303c582f829b2ff815eb6e5f661dcaa9 (patch) | |
tree | 3d252e7449dd92226410380fe5199d156d33f9d2 /lass/1systems/prism | |
parent | 32e1b0abef28def0a11903409f4e90acc517185f (diff) |
l prism.r: open udp for murmur
Diffstat (limited to 'lass/1systems/prism')
-rw-r--r-- | lass/1systems/prism/config.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lass/1systems/prism/config.nix b/lass/1systems/prism/config.nix index a8d409d7f..e7330c359 100644 --- a/lass/1systems/prism/config.nix +++ b/lass/1systems/prism/config.nix @@ -317,6 +317,7 @@ with import <stockholm/lib>; services.murmur.registerName = "lassul.us"; krebs.iptables.tables.filter.INPUT.rules = [ { predicate = "-p tcp --dport 64738"; target = "ACCEPT";} + { predicate = "-p udp --dport 64738"; target = "ACCEPT";} ]; } |