Skip to content

Commit

Permalink
Update integration-tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
weiiwang01 committed Dec 4, 2023
1 parent 1df3364 commit cc0bf1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc0bf1b

Please sign in to comment.