mirror of
https://github.com/PretendoNetwork/SSSL-DNS.git
synced 2026-03-21 18:04:41 -05:00
11 lines
392 B
Bash
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
|