Skip to content
Snippets Groups Projects
Commit cb8ea822 authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[+] Added ext_address,ext_address6 and ext_port_tcp to [server] section of main config

[!] Fixed node info update, now it updates with own addresses and ports
parent ed1ac045
No related branches found
No related tags found
No related merge requests found
Pipeline #7145 passed with stages
in 5 minutes and 59 seconds
......@@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11)
SET( CPACK_PACKAGE_NAME "${PROJECT_NAME}")
SET( CPACK_PACKAGE_VERSION_MAJOR 4)
SET( CPACK_PACKAGE_VERSION_MINOR 3)
SET( CPACK_PACKAGE_VERSION_PATCH 23)
SET( CPACK_PACKAGE_VERSION_PATCH 24)
#
# init CellFrame SDK
......
Subproject commit b948640c3578c5d5e8d3af5243fa1f0f52d134fd
Subproject commit 1267dc73027196fadef922a6b32c654cfcc5c584
......@@ -22,25 +22,32 @@ bugreport_url_enabled=false
listen_address={SERVER_ADDR}
listen_port_tcp={SERVER_PORT}
# External IPv4 address
#ext_address=8.9.10.11
# External IPv6 address
#ext_address6=aaaa:bbbb:deee:96ff:feee:3fff
#
# If not set - used listen_port_tcp for node table auto fill
#ext_port_tcp=8089
# Build in DNS client (need for bootstraping)
[dns_client]
request_timeout=10
#request_timeout=10
# Builtin DNS server
[dns_server]
enabled=false
bootstrap_balancer=false
# enabled=false
#bootstrap_balancer=false
# Ledger defaults
[ledger]
# More debug output
debug_more=false
# debug_more=true
# DAG defaults
[dag]
# More debug output
debug_more=false
# debug_more=true
[srv]
order_signed_only=false
......@@ -63,9 +70,9 @@ pricelist=[]
# Chain network settings
[chain_net]
debug_more=true
# debug_more=true
# Timeout for network status wait
status_wait_timeout=10
# status_wait_timeout=10
[stream_ch_chain]
# Uncomment to have more debug information in stream channel Chain
......@@ -75,7 +82,7 @@ status_wait_timeout=10
# Number of hashes packed into the one update packet
# Increase it to reduce update latency
# Decrease if bad networking
update_pack_size=100
# update_pack_size=100
# Central Dataase
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment