diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-05-05 19:19:15 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-05-05 19:19:15 +0200 |
commit | 4147f562f4c7bc0a5a9722c42dec5fb4bce30d8d (patch) | |
tree | 6a70922a0ca557d5d9a4e6e5177ca5592a3c677c /hosts/surtr | |
parent | 5102bbd24db669a01fa060f05794b9aa609dd670 (diff) | |
download | nixos-4147f562f4c7bc0a5a9722c42dec5fb4bce30d8d.tar nixos-4147f562f4c7bc0a5a9722c42dec5fb4bce30d8d.tar.gz nixos-4147f562f4c7bc0a5a9722c42dec5fb4bce30d8d.tar.bz2 nixos-4147f562f4c7bc0a5a9722c42dec5fb4bce30d8d.tar.xz nixos-4147f562f4c7bc0a5a9722c42dec5fb4bce30d8d.zip |
...
Diffstat (limited to 'hosts/surtr')
-rw-r--r-- | hosts/surtr/ruleset.nft | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/surtr/ruleset.nft b/hosts/surtr/ruleset.nft index b9f83487..bfa27d41 100644 --- a/hosts/surtr/ruleset.nft +++ b/hosts/surtr/ruleset.nft | |||
@@ -80,7 +80,7 @@ table inet filter { | |||
80 | counter turn-rx {} | 80 | counter turn-rx {} |
81 | counter smtp-rx {} | 81 | counter smtp-rx {} |
82 | counter submissions-rx {} | 82 | counter submissions-rx {} |
83 | counter imap-rx {} | 83 | counter imaps-rx {} |
84 | counter managesieve-rx {} | 84 | counter managesieve-rx {} |
85 | 85 | ||
86 | counter established-rx {} | 86 | counter established-rx {} |
@@ -107,7 +107,7 @@ table inet filter { | |||
107 | counter turn-tx {} | 107 | counter turn-tx {} |
108 | counter smtp-tx {} | 108 | counter smtp-tx {} |
109 | counter submissions-tx {} | 109 | counter submissions-tx {} |
110 | counter imap-tx {} | 110 | counter imaps-tx {} |
111 | counter managesieve-tx {} | 111 | counter managesieve-tx {} |
112 | 112 | ||
113 | counter tx {} | 113 | counter tx {} |