1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00
This commit is contained in:
Craig Peterson
2017-06-08 09:19:47 -04:00
parent 32a056e2b7
commit 89a2784f35
3 changed files with 101 additions and 46 deletions

View File

@ -0,0 +1,7 @@
D("foo.com","none",
A("@","1.2.3.4", TTL("300s")),
A("@","1.2.3.4", TTL("300")),
A("@","1.2.3.4", TTL("3m")),
A("@","1.2.3.4", TTL("3h")),
A("@","1.2.3.4", TTL("3d"))
);