mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
7730096696
cni.Remove() failure on stale iptables state blocked the retry cni.Setup(), leaving bot containers without SNAT/MASQUERADE. - Ignore cni.Remove() error so retry Setup always runs - Add global MASQUERADE rule in entrypoints as belt-and-suspenders Closes #161