diff --git a/README.md b/README.md index ea3ab81..c2b0403 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ At the time of writing, `docker` package on Alpine Linux has problem connecting 1. `ip6tables -t nat -A POSTROUTING -s /64 -o -j MASQUERADE` 2. if you're using AWALL add following in `private/`: - ``` + ```json "snat": [ { "src": ["/64"], "out": "", "family" : "inet6" } ],