You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, can support for IPv6 be added for the router/controller variant? By default, or behind an env flag, or docker tag?
I have not used the client variant myself, so I am unsure if support is already there for that.
I've managed to get it working myself by editing iptables rules within entrypoint-router.sh
(I have ZEROTIER_ONE_USE_IPTABLES_NFT=true, so I am unsure if it works on legacy)
Hey, can support for IPv6 be added for the router/controller variant? By default, or behind an env flag, or docker tag?
I have not used the client variant myself, so I am unsure if support is already there for that.
I've managed to get it working myself by editing iptables rules within
entrypoint-router.sh
(I have ZEROTIER_ONE_USE_IPTABLES_NFT=true, so I am unsure if it works on legacy)
Added
Duplicated iptables commands within
update_iptables()
for example:Also, thanks for the great work so far, this project has been very helpful.
The text was updated successfully, but these errors were encountered: