mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-15 23:06:38 +00:00
[client] Use port 22338 for RDP sideband auth server
https://claude.ai/code/session_01C38bCDyYzLgxYLVwJkcUng
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user