diff --git a/README.md b/README.md index c2b0403..0f90658 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,10 @@ If you are on older versions: Docker does not enable IPv6 by default. If you wan At the time of writing, `docker` package on Alpine Linux has problem connecting to outside of container on IPv6, this is caused by somehow docker package Alpine Linux doesn't set NAT routing on ip6tables, this could be fixed by -1. `ip6tables -t nat -A POSTROUTING -s /64 -o -j MASQUERADE` +1. Add the following ip6tables rule directly: + ```shell + ip6tables -t nat -A POSTROUTING -s /64 -o -j MASQUERADE + ``` 2. if you're using AWALL add following in `private/`: ```json "snat": [