diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-31 17:07:18 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-31 17:07:18 +0100 |
commit | 8c054b311d8ebf041c24b3c223be8fe6bc378ffa (patch) | |
tree | 6aa2cbba073713de0c5d795a7ab5b96232375cf8 /hosts/vidhar/network | |
parent | b259405df7f0bd9502628b8d261e2faaf33259c3 (diff) | |
download | nixos-8c054b311d8ebf041c24b3c223be8fe6bc378ffa.tar nixos-8c054b311d8ebf041c24b3c223be8fe6bc378ffa.tar.gz nixos-8c054b311d8ebf041c24b3c223be8fe6bc378ffa.tar.bz2 nixos-8c054b311d8ebf041c24b3c223be8fe6bc378ffa.tar.xz nixos-8c054b311d8ebf041c24b3c223be8fe6bc378ffa.zip |
vidhar: nginx: access from yggdrasil
Diffstat (limited to 'hosts/vidhar/network')
-rw-r--r-- | hosts/vidhar/network/ruleset.nft | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/vidhar/network/ruleset.nft b/hosts/vidhar/network/ruleset.nft index 57ac2716..9fb1d14d 100644 --- a/hosts/vidhar/network/ruleset.nft +++ b/hosts/vidhar/network/ruleset.nft | |||
@@ -110,6 +110,8 @@ table inet filter { | |||
110 | iifname lan udp dport { 137, 138, 3702 } counter accept | 110 | iifname lan udp dport { 137, 138, 3702 } counter accept |
111 | iifname lan tcp dport { 445, 139, 5357 } counter accept | 111 | iifname lan tcp dport { 445, 139, 5357 } counter accept |
112 | 112 | ||
113 | iifname yggdrasil tcp dport 80 counter accept | ||
114 | |||
113 | ct state {established, related} counter accept | 115 | ct state {established, related} counter accept |
114 | 116 | ||
115 | 117 | ||