mirror of
https://github.com/minoplhy/docker-ripe-atlas.git
synced 2025-04-21 20:36:58 +00:00
fix: correct code md format
This commit is contained in:
parent
317f3d1d6d
commit
505a1334b7
@ -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" }
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user