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

...

parent e3a49d90
No related branches found
No related tags found
No related merge requests found
......@@ -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 3)
SET( CPACK_PACKAGE_VERSION_PATCH 4)
#
# init CellFrame SDK
......
Subproject commit 0c949d7b946f7389bacce599efc481d2654de74b
Subproject commit ce31b0dd23450567cc7499675083a69c54062c3e
......@@ -15,8 +15,6 @@ debug_chain_sync=false
# Auto bring up links and sync everything over them
auto_online={AUTO_ONLINE}
# Console
# Server part
[server]
# By default you don't need to open you to the world
......@@ -26,6 +24,10 @@ bugreport_url_enabled=false
listen_address={SERVER_ADDR}
listen_port_tcp={SERVER_PORT}
# Build in DNS client (need for bootstraping)
[dns_client]
request_timeout=10
# Builtin DNS server
[dns_server]
enabled=false
......
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