comment-out example of allowed incoming

module-based-network
Daniel Barlow 2023-06-27 22:33:24 +01:00
parent c595ae0ccb
commit 80b6f62896
1 changed files with 2 additions and 1 deletions

View File

@ -116,7 +116,8 @@ let
type = "filter";
family = "ip6";
rules = [
"oifname \"int\" ip6 daddr 2001:8b0:de3a:40de::e9d tcp dport 22"
# this is where you put permitted incoming connections
# "oifname \"int\" ip6 daddr 2001:8b0:de3a:40de::e9d tcp dport 22"
];
};
in {