From 263d6d61b0c634060ca77aba0c5976bece671c8c Mon Sep 17 00:00:00 2001 From: Anton Iakimov Date: Thu, 21 Sep 2023 13:01:05 +0200 Subject: [PATCH] nim_waku: enable dns discovery --- ansible/group_vars/boot.yml | 5 ++--- ansible/group_vars/store.yml | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/ansible/group_vars/boot.yml b/ansible/group_vars/boot.yml index 1eb1c71..1d1fae1 100644 --- a/ansible/group_vars/boot.yml +++ b/ansible/group_vars/boot.yml @@ -33,9 +33,8 @@ nim_waku_p2p_max_connections: 300 nim_waku_store_message_retention_policy: 'time:2592000' # 30 days # DNS Discovery -# TODO: enable DNS discovery -nim_waku_dns_disc_enabled: false -#nim_waku_dns_disc_url: 'enrtree://AOGECG2SPND25EEFMAJ5WF3KSGJNSGV356DSTL2YVLLZWIV6SAYBM@{{ stage }}.nodes.status.im' +nim_waku_dns_disc_enabled: true +nim_waku_dns_disc_url: 'enrtree://AOGECG2SPND25EEFMAJ5WF3KSGJNSGV356DSTL2YVLLZWIV6SAYBM@boot.{{ stage }}.shards.nodes.status.im' # Enable WebSockets via Websockify nim_waku_websockify_enabled: false diff --git a/ansible/group_vars/store.yml b/ansible/group_vars/store.yml index 63422b7..c961bec 100644 --- a/ansible/group_vars/store.yml +++ b/ansible/group_vars/store.yml @@ -33,9 +33,8 @@ nim_waku_p2p_max_connections: 300 nim_waku_store_message_retention_policy: 'time:2592000' # 30 days # DNS Discovery -# TODO: enable DNS discovery -nim_waku_dns_disc_enabled: false -#nim_waku_dns_disc_url: 'enrtree://AOGECG2SPND25EEFMAJ5WF3KSGJNSGV356DSTL2YVLLZWIV6SAYBM@{{ stage }}.nodes.status.im' +nim_waku_dns_disc_enabled: true +nim_waku_dns_disc_url: 'enrtree://AOGECG2SPND25EEFMAJ5WF3KSGJNSGV356DSTL2YVLLZWIV6SAYBM@boot.{{ stage }}.shards.nodes.status.im' # Enable WebSockets via Websockify nim_waku_websockify_enabled: false