comment-out example of allowed incoming
This commit is contained in:
parent
c595ae0ccb
commit
80b6f62896
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue