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

[+] New debug_more option for more debug output in srv_vpn

[+] More fixes
[+] More errors and warnings in logs for packet lost situations
parent 9d6c821c
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 34) SET( CPACK_PACKAGE_VERSION_PATCH 35)
# init CellFrame SDK # init CellFrame SDK
......
Subproject commit ab347b2502c829d977aa7dcdbb1f326e60dfdf18 Subproject commit b174c15b2f516178fb5b11e2d053a78ea9af0046
...@@ -55,6 +55,9 @@ registration_open=true ...@@ -55,6 +55,9 @@ registration_open=true
# Turn to true if you want to share VPN service from you node # Turn to true if you want to share VPN service from you node
enabled=false enabled=false
geoip_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 # List of loca security access groups. Built in: expats,admins,services,nobody,everybody
network_address=10.11.12.0 network_address=10.11.12.0
network_mask=255.255.255.0 network_mask=255.255.255.0
......
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