From b1eb9a1338afa472cd028b05ab4aa69a9a340d10 Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Thu, 30 Jan 2020 01:45:38 -0600 Subject: [PATCH] reset random bind ip setting --- static-data/default_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static-data/default_config.json b/static-data/default_config.json index 93298e20..9877591d 100755 --- a/static-data/default_config.json +++ b/static-data/default_config.json @@ -12,7 +12,7 @@ "insert_deniable_blocks": true, "max_block_age": 2678400, "public_key": "", - "random_bind_ip": false, + "random_bind_ip": true, "use_bootstrap_list": false, "store_plaintext_blocks": true, "show_notifications": true