Skip to content

Commit

Permalink
use gua instead of ula for the docker ipv6 network
Browse files Browse the repository at this point in the history
in ula docker prefer ipv4 instead of ipv6
  • Loading branch information
unixfox authored Nov 28, 2023
1 parent cbc1df9 commit 570bb7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ipv6-rotator.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ If needed, IPv6 official documentation for Docker is at https://docs.docker.com/
enable_ipv6: true
ipam:
config:
- subnet: fd01:db8:a::/64
gateway: fd01:db8:a::1
- subnet: 2001:0DB9::/112
gateway: 2001:0DB9::1
```
Note: Don't change the subnet and the gateway. Unless there is a conflict with an existing docker network.
4. Make sure that you have this line set in `config.yml`:
Expand Down

0 comments on commit 570bb7c

Please sign in to comment.