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