SSSL-DNS/dns/example.env
Matthew Lopez 84f2bef52b
docs: update documentation for new setup
This updates the README information and adds an example Docker Compose file.
2024-06-03 18:03:55 -04:00

11 lines
392 B
Bash

# Listen on port 53 (please note that the Wii U does not support custom DNS ports)
SSSL_UDP_PORT=53
# Use the default address for conntest.nintendowifi.net and account.nintendo.net
SSSL_DNS_DEFAULT_ADDRESS=127.0.0.1
# Explicitly mapping addresses
SSSL_DNS_MAP_conntest.nintendowifi.net=127.0.0.1
SSSL_DNS_MAP_account.nintendo.net=127.0.0.1
SSSL_DNS_MAP_discovery.olv.nintendo.net=127.0.0.1