diff options
Diffstat (limited to 'test/functional/configs/plugins.conf')
-rw-r--r-- | test/functional/configs/plugins.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/functional/configs/plugins.conf b/test/functional/configs/plugins.conf index 025f6c55f..17f004843 100644 --- a/test/functional/configs/plugins.conf +++ b/test/functional/configs/plugins.conf @@ -665,6 +665,11 @@ options = { type = a; replies = ["127.0.0.3"]; }, + { + name = "very.dirty.sanchez.com.test7.uribl"; + type = a; + replies = ["127.0.0.2"]; + }, # TODO: add IPv6 tests ]; } |