mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
Test whether the connect and disconnect scripts have been called.
This commit is contained in:
@@ -115,8 +115,8 @@ cookie-validity = 172800
|
||||
# DEVICE, IP_REAL (the real IP of the client), IP_LOCAL (the local IP
|
||||
# in the P-t-P connection), IP_REMOTE (the VPN IP of the client). REASON
|
||||
# may be "connect" or "disconnect".
|
||||
connect-script = /bin/true
|
||||
disconnect-script = /bin/true
|
||||
connect-script = ./connect-script
|
||||
disconnect-script = ./connect-script
|
||||
|
||||
# UTMP
|
||||
use-utmp = true
|
||||
|
||||
Reference in New Issue
Block a user