From 336a924911fdb6ed832c5245c7f02c2f7556dfba Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Mon, 27 Jan 2020 17:49:40 +0100 Subject: Set default fallback contacts to empty set --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3ff04f2..143bae9 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ Example: -DfallbackContacts=\{\"/uw/violet07\":[192,168,0,11]} escape at the beginning and before " */ ext.fallbackContacts = { - return System.getProperty("fallbackContacts") ?: "{\"" + zonePath() + "\":[127,0,0,1]}" + return System.getProperty("fallbackContacts") ?: "{}" } ext.ownAddr = { -- cgit v1.2.3