robbertkl / docker-ipv6nat

Extend Docker with IPv6 NAT, similar to IPv4
MIT License
654 stars 48 forks source link

Create DOCKER-USER chain and implement its behavior #39

Closed bephinix closed 5 years ago

bephinix commented 5 years ago

The chain itself and its rules will not be removed when exiting docker-ipv6nat. Existing rules will also not be modified or removed when docker-ipv6nat is started.

The jump to DOCKER-USER from FORWARD will be the first rule in FORWARD and will not be removed when exiting.

Fixes #25 Closes #25

/cc @robbertkl