diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index aba4900..f37ad7c 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -104,12 +104,12 @@ jobs: table ip aproxy { chain prerouting { type nat hook prerouting priority dstnat; policy accept; - meta skuid tinyproxy mark != 7316 ip daddr != \$private-ips tcp dport { 80, 443 } counter dnat to \$default-ip:23403 + meta skuid != tinyproxy mark != 7316 ip daddr != \$private-ips tcp dport { 80, 443 } counter dnat to \$default-ip:23403 } chain output { type nat hook output priority -100; policy accept; - meta skuid tinyproxy mark != 7316 ip daddr != \$private-ips tcp dport { 80, 443 } counter dnat to \$default-ip:23403 + meta skuid != tinyproxy mark != 7316 ip daddr != \$private-ips tcp dport { 80, 443 } counter dnat to \$default-ip:23403 } } EOF