nixos: Working ACME certs

This commit is contained in:
2022-06-06 00:18:24 +01:00
parent b472f4fe2e
commit 7da7458a34
10 changed files with 126 additions and 18 deletions

View File

@@ -128,11 +128,10 @@ in
table inet nat {
chain prerouting {
type nat hook prerouting priority 0;
type nat hook prerouting priority dstnat;
}
chain postrouting {
type nat hook postrouting priority 100;
type nat hook postrouting priority srcnat;
}
}