m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 201f249..143bae9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -55,11 +55,11 @@ 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 = {
- return System.getProperty("ownZone") ?: "localhost"
+ return System.getProperty("ownAddr") ?: "localhost"
}
/*