[client] Use port 22338 for RDP sideband auth server

https://claude.ai/code/session_01C38bCDyYzLgxYLVwJkcUng
This commit is contained in:
Claude
2026-04-11 18:21:22 +00:00
parent 4949ca6194
commit b621a2628b

View File

@@ -17,11 +17,11 @@ import (
) )
const ( const (
// InternalRDPAuthPort is the internal port the sideband auth server listens on. // InternalRDPAuthPort is the port the sideband auth server listens on.
InternalRDPAuthPort = 22023 InternalRDPAuthPort = 22338
// DefaultRDPAuthPort is the external port on the WireGuard interface (DNAT target). // DefaultRDPAuthPort is the external port on the WireGuard interface (DNAT target).
DefaultRDPAuthPort = 3390 DefaultRDPAuthPort = 22338
// maxRequestSize is the maximum size of an auth request in bytes. // maxRequestSize is the maximum size of an auth request in bytes.
maxRequestSize = 64 * 1024 maxRequestSize = 64 * 1024