diff options
Diffstat (limited to 'test/functional/configs/merged-local.conf')
-rw-r--r-- | test/functional/configs/merged-local.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/functional/configs/merged-local.conf b/test/functional/configs/merged-local.conf index 82d609730..0708e3c0b 100644 --- a/test/functional/configs/merged-local.conf +++ b/test/functional/configs/merged-local.conf @@ -881,6 +881,21 @@ options = { replies = ["127.0.0.2"]; }, { + name = "judo.za.org.test9.uribl"; + type = a; + replies = ["127.0.0.2"]; + }, + { + name = "12.11.10.9.test9.uribl"; + type = a; + replies = ["127.0.0.2"]; + }, + { + name = "8.7.6.5.test9.uribl"; + type = a; + replies = ["127.0.0.2"]; + }, + { name = "8.8.8.8.test9.uribl"; type = a; replies = ["127.0.0.2"]; |