CyberGhost update

This commit is contained in:
2023-08-28 11:52:42 +02:00
parent e7ab86b972
commit 9cb6a73332
3 changed files with 31 additions and 30 deletions

View File

@@ -192,8 +192,9 @@ func (s *OpenVpnMgt) handleConn(conn net.Conn) {
log.Println(err)
return
}
if line != ">INFO:OpenVPN Management Interface Version 1 -- type 'help' for more info\r\n" {
if line != ">INFO:OpenVPN Management Interface Version 3 -- type 'help' for more info\r\n" {
log.Println("Bogus Client")
log.Println(line)
return
}