Fix
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
chain prerouting {
|
chain prerouting {
|
||||||
type nat hook prerouting priority 0; policy accept;
|
type nat hook prerouting priority 0; policy accept;
|
||||||
|
|
||||||
${concatMapStringsSep "\n" (ports:
|
${lib.concatMapStringsSep "\n" (ports:
|
||||||
let
|
let
|
||||||
from = builtins.elemAt ports 0;
|
from = builtins.elemAt ports 0;
|
||||||
to = builtins.elemAt ports 1;
|
to = builtins.elemAt ports 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user