From 0e2933e58b17a00005492ca4d0724155de603f19 Mon Sep 17 00:00:00 2001 From: "Dmitriy A. Gerasimov" <dmitriy.gerasimov@demlabs.net> Date: Tue, 8 Sep 2020 15:15:24 +0700 Subject: [PATCH] [+] New debug_more option for more debug output in srv_vpn [+] More fixes [+] More errors and warnings in logs for packet lost situations --- CMakeLists.txt | 2 +- cellframe-sdk | 2 +- dist/share/configs/cellframe-node.cfg.tpl | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0e50246e9..40508aed8 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 ab347b250..b174c15b2 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 8c18c8b45..aad44a337 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 -- GitLab