Syntax fixing

This commit is contained in:
2022-10-13 09:37:05 +00:00
parent 4c7a313e60
commit 3046c9f262

View File

@@ -166,6 +166,7 @@ prerouting() {
debug "$IPTABLES -I PREROUTING -d $SOURCE_IP -p $PROTOCOL --dport $SOURCE_PORT -m comment --comment $COMMENT -j DNAT --to $TARGET_IP:$TARGET_PORT"
$IPTABLES -w -I PREROUTING -d $SOURCE_IP -p $PROTOCOL --dport $SOURCE_PORT -m comment --comment "$COMMENT" -j DNAT --to $TARGET_IP:$TARGET_PORT
}
postrouting() {