Skip to content

Commit

Permalink
::1 is reserved, use ::7 for the recursor IPv6 address
Browse files Browse the repository at this point in the history
  • Loading branch information
byteit101 authored and pschiffe committed Nov 22, 2024
1 parent 5ae57fa commit 643f44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-mysql-ipv6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
image: pschiffe/pdns-recursor:${RECURSOR_TAG:-latest}
networks:
pdns-mysql:
ipv6_address: ${NETWORK_IPV6_PREFIX}::1
ipv6_address: ${NETWORK_IPV6_PREFIX}::7
volumes:
- /etc/localtime:/etc/localtime:ro
ulimits:
Expand Down

0 comments on commit 643f44b

Please sign in to comment.