nixos/middleman: Working Matrix

This commit is contained in:
2022-06-11 01:20:32 +01:00
parent ffdff3d403
commit 106698b53e
5 changed files with 65 additions and 6 deletions

View File

@@ -154,6 +154,10 @@
port = "https";
dst = allAssignments.middleman.internal.ipv4.address + ":https";
}
{
port = 8448;
dst = allAssignments.middleman.internal.ipv4.address + ":8448";
}
];
};
extraRules =
@@ -170,7 +174,7 @@
# Safe enough to allow all SSH
tcp dport ssh accept
${matchInet "tcp dport { http, https } accept" "middleman"}
${matchInet "tcp dport { http, https, 8448 } accept" "middleman"}
return
}