From 0b096021e1080fe65b91f0ec04c6ec2d3af113cf Mon Sep 17 00:00:00 2001 From: Adam Dobrawy Date: Thu, 19 Sep 2019 18:07:17 +0200 Subject: [PATCH] Increase TTL to 1 hour --- bin/xip-pdns | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xip-pdns b/bin/xip-pdns index 8a1efb4..17f6370 100755 --- a/bin/xip-pdns +++ b/bin/xip-pdns @@ -9,7 +9,7 @@ XIP_DOMAIN="xip.test" XIP_ROOT_ADDRESSES=( "127.0.0.1" ) XIP_NS_ADDRESSES=( "127.0.0.1" ) XIP_TIMESTAMP="0" -XIP_TTL=300 +XIP_TTL=3600 if [ -a "$1" ]; then source "$1"