From 2e807f839264d9f3c507c921e219998585063b66 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Al=D0=B5x=D0=B0nder=20Lysik=D0=BEv?=
 <alexander.lysikov@demlabs.net>
Date: Fri, 28 Feb 2020 18:58:00 +0500
Subject: [PATCH] added new param node_addr_type

---
 dist/share/configs/cellframe-node.cfg.tpl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dist/share/configs/cellframe-node.cfg.tpl b/dist/share/configs/cellframe-node.cfg.tpl
index e79bcf258..d593cbe6e 100644
--- a/dist/share/configs/cellframe-node.cfg.tpl
+++ b/dist/share/configs/cellframe-node.cfg.tpl
@@ -6,6 +6,8 @@ wallets_default=default
 # seed mode. WARNING. Used true only when you start the new network
 #seed_mode=false
 auto_online={AUTO_ONLINE}
+# type of node addr [auto, static, dinamic]
+node_addr_type=auto
 
 # Console
 
-- 
GitLab