diff options
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
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 = { |