diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0e50246e95a9e73998cae92dbd8ddb0965f85bbf..40508aed81650ea818ce51a281ba51e0c13c372a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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 0)
-SET( CPACK_PACKAGE_VERSION_PATCH 34)
+SET( CPACK_PACKAGE_VERSION_PATCH 35)
 
 
 # init CellFrame SDK
diff --git a/cellframe-sdk b/cellframe-sdk
index ab347b2502c829d977aa7dcdbb1f326e60dfdf18..b174c15b2f516178fb5b11e2d053a78ea9af0046 160000
--- a/cellframe-sdk
+++ b/cellframe-sdk
@@ -1 +1 @@
-Subproject commit ab347b2502c829d977aa7dcdbb1f326e60dfdf18
+Subproject commit b174c15b2f516178fb5b11e2d053a78ea9af0046
diff --git a/dist/share/configs/cellframe-node.cfg.tpl b/dist/share/configs/cellframe-node.cfg.tpl
index 8c18c8b452793a400e8b3a3702c5824e37c157db..aad44a337c9e609cf0cfc120f96bb55a6b1a3817 100755
--- a/dist/share/configs/cellframe-node.cfg.tpl
+++ b/dist/share/configs/cellframe-node.cfg.tpl
@@ -55,6 +55,9 @@ registration_open=true
 #   Turn to true if you want to share VPN service from you node
 enabled=false
 geoip_enabled=false
+
+# Switch on debug_more to true if you want to see info about any packet passed through 
+debug_more=false
 #   List of loca security access groups. Built in: expats,admins,services,nobody,everybody
 network_address=10.11.12.0
 network_mask=255.255.255.0