fix: correct code md format

This commit is contained in:
minoplhy 2025-03-12 13:32:05 +07:00
parent 317f3d1d6d
commit 505a1334b7
Signed by: minoplhy
GPG Key ID: 41D406044E2434BF

View File

@ -85,7 +85,7 @@ At the time of writing, `docker` package on Alpine Linux has problem connecting
1. `ip6tables -t nat -A POSTROUTING -s <Docker IPv6 subnet>/64 -o <Internet Interface> -j MASQUERADE` 1. `ip6tables -t nat -A POSTROUTING -s <Docker IPv6 subnet>/64 -o <Internet Interface> -j MASQUERADE`
2. if you're using AWALL add following in `private/`: 2. if you're using AWALL add following in `private/`:
``` ```json
"snat": [ "snat": [
{ "src": ["<Docker IPv6 subnet>/64"], "out": "<Internet Interface>", "family" : "inet6" } { "src": ["<Docker IPv6 subnet>/64"], "out": "<Internet Interface>", "family" : "inet6" }
], ],