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

[-] Switched off DNS by default

parent d83deeec
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11) ...@@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11)
SET( CPACK_PACKAGE_NAME "${PROJECT_NAME}") SET( CPACK_PACKAGE_NAME "${PROJECT_NAME}")
SET( CPACK_PACKAGE_VERSION_MAJOR 4) SET( CPACK_PACKAGE_VERSION_MAJOR 4)
SET( CPACK_PACKAGE_VERSION_MINOR 0) SET( CPACK_PACKAGE_VERSION_MINOR 0)
SET( CPACK_PACKAGE_VERSION_PATCH 31) SET( CPACK_PACKAGE_VERSION_PATCH 32)
# init CellFrame SDK # init CellFrame SDK
......
...@@ -20,7 +20,7 @@ bugreport_url_enabled=false ...@@ -20,7 +20,7 @@ bugreport_url_enabled=false
# Builtin DNS server # Builtin DNS server
[dns_server] [dns_server]
enabled=false enabled=false
bootstrap_balancer=true bootstrap_balancer=false
[srv] [srv]
order_signed_only=false order_signed_only=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