Skip to content

Commit

Permalink
Fix iptables
Browse files Browse the repository at this point in the history
  • Loading branch information
Jip-Hop committed Jul 8, 2024
1 parent 6fa8149 commit 812e823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
systemctl restart systemd-networkd
ip link add name br1 type bridge
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
iptables -I DOCKER-USER -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT
iptables -I DOCKER-USER -i br1 -o eth0 -j ACCEPT
END
Expand Down

0 comments on commit 812e823

Please sign in to comment.