Compare commits

..

1 Commits

Author SHA1 Message Date
mercury c3975549db openconnect: isolate-workers = false 2024-10-22 22:42:20 +04:00
3 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ server-key = /certs/cert_private
# the isolation was tested at. If you get random failures on worker processes, try
# disabling that option and report the failures you, along with system and debugging
# information at: https://gitlab.com/openconnect/ocserv/issues
isolate-workers = true
isolate-workers = false
# A banner to be displayed on clients after connection
#banner = "Welcome"
-5
View File
@@ -462,11 +462,6 @@ services:
default:
ipv4_address: 10.10.0.11
logging: *default-logging
deploy:
resources:
limits:
cpus: '0.50'
memory: 200M
np:
image: mercurykd/vpnbot-np:1.1
build:
+2
View File
@@ -1,3 +1,5 @@
22.10.2024 v1.75
- openconnect: isolate-workers = false
21.10.2024 v1.74
- openconnect: expose-iroutes on/off
21.10.2024 v1.73