mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-08-10 18:31:50 +08:00
updated sample.config
This commit is contained in:
+3
-3
@@ -68,8 +68,8 @@ auth = "plain[passwd=./sample.passwd]"
|
|||||||
#listen-host-is-dyndns = true
|
#listen-host-is-dyndns = true
|
||||||
|
|
||||||
# TCP and UDP port number
|
# TCP and UDP port number
|
||||||
tcp-port = 4443
|
tcp-port = 443
|
||||||
udp-port = 4443
|
udp-port = 443
|
||||||
|
|
||||||
# Accept connections using a socket file. It accepts HTTP
|
# Accept connections using a socket file. It accepts HTTP
|
||||||
# connections (i.e., without SSL/TLS unlike its TCP counterpart),
|
# connections (i.e., without SSL/TLS unlike its TCP counterpart),
|
||||||
@@ -80,7 +80,7 @@ udp-port = 4443
|
|||||||
# The user the worker processes will be run as. It should be
|
# The user the worker processes will be run as. It should be
|
||||||
# unique (no other services run as this user).
|
# unique (no other services run as this user).
|
||||||
run-as-user = nobody
|
run-as-user = nobody
|
||||||
run-as-group = nogroup
|
run-as-group = daemon
|
||||||
|
|
||||||
# socket file used for IPC with occtl. You only need to set that,
|
# socket file used for IPC with occtl. You only need to set that,
|
||||||
# if you use more than a single servers.
|
# if you use more than a single servers.
|
||||||
|
|||||||
Reference in New Issue
Block a user