diff --git a/etc/xip-pdns.conf.example b/etc/xip-pdns.conf.example index a285bed..f89c7ae 100644 --- a/etc/xip-pdns.conf.example +++ b/etc/xip-pdns.conf.example @@ -6,13 +6,13 @@ XIP_DOMAIN="xip.test" # The public IP addresses (e.g. for the web site) of the top-level domain. # `A` queries for the top-level domain will return this list of addresses. -XIP_ROOT_ADDRESSES=( "1.2.3.1" ) +XIP_ROOT_ADDRESSES=( "192.168.56.104" ) # The public IP addresses on which this xip-pdns server will run. # `NS` queries for the top-level domain will return this list of addresses. # Each entry maps to a 1-based subdomain of the format `ns-1`, `ns-2`, etc. # `A` queries for these subdomains map to the corresponding addresses here. -XIP_NS_ADDRESSES=( "1.2.3.4" "1.2.3.5" ) +XIP_NS_ADDRESSES=( "192.168.56.104" "192.168.56.104" ) # How long responses should be cached, in seconds. XIP_TTL=300