diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-09-07 20:52:33 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-09-07 20:52:33 +0100 |
commit | 2e860c7601c03eb8b1f02a5035deb1ca966f9cc0 (patch) | |
tree | 3295c760ee76b40815de9bb88fe6e583fa54c7b4 /test/dnszones-src | |
parent | da0b4ba788278c1703a0c277a8f4a75052d1b1e5 (diff) |
Testsuite: increase RBL record TTL
Diffstat (limited to 'test/dnszones-src')
-rw-r--r-- | test/dnszones-src/db.test.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dnszones-src/db.test.ex b/test/dnszones-src/db.test.ex index d1bc8e9f1..de710dcf3 100644 --- a/test/dnszones-src/db.test.ex +++ b/test/dnszones-src/db.test.ex @@ -172,7 +172,7 @@ cname4 CNAME thishost ; V4NET.11.12.13 is deliberately not reverse-registered -TTL=1 13.12.11.V4NET.rbl A 127.0.0.2 +TTL=3 13.12.11.V4NET.rbl A 127.0.0.2 TXT "This is a test blacklisting message" TTL=2 14.12.11.V4NET.rbl A 127.0.0.2 TXT "This is a test blacklisting message" |