mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2025-08-18 22:43:48 +02:00
testing
This commit is contained in:
parent
fdffd962f0
commit
a01ee3444e
4 changed files with 7 additions and 3 deletions
|
@ -55,11 +55,11 @@ func VerifyServerFunc(ctx context.Context, host string) (bool, error) {
|
|||
return false, nil
|
||||
}
|
||||
|
||||
if s.ClientIp != common.GetClientIp(ctx) {
|
||||
/*if s.ClientIp != common.GetClientIp(ctx) {
|
||||
log.Printf("Current client ip address %s does not match token client ip %s",
|
||||
common.GetClientIp(ctx), s.ClientIp)
|
||||
return false, nil
|
||||
}
|
||||
}*/
|
||||
|
||||
return true, nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue