Zoltán Papp
582ff1ff8c
Fix auto-update message handling
2025-10-13 18:06:29 +02:00
M Essam Hamed
0d2ce56e12
Merge branch 'feat/auto-upgrade' into auto-upgrade-mod
2025-10-06 14:58:36 +03:00
M Essam Hamed
723c418966
Merge branch 'main' into feat/auto-upgrade
2025-10-06 14:56:16 +03:00
hakansa
9bcd3ebed4
[management,client] Make DNS ForwarderPort Configurable & Change Well Known Port ( #4479 )
...
makes the DNS forwarder port configurable in the management and client components, while changing the well-known port from 5454 to 22054. The change includes version-aware port assignment to ensure backward compatibility.
- Adds a configurable `ForwarderPort` field to the DNS configuration protocol
- Implements version-based port computation that returns the new port (22054) only when all peers support version 0.59.0 or newer
- Updates the client to dynamically restart the DNS forwarder when the port changes
2025-10-02 01:02:10 +02:00
Viktor Liu
b5daec3b51
[client,signal,management] Add browser client support ( #4415 )
2025-10-01 20:10:11 +02:00
M Essam Hamed
b070304d46
Modify client-side behavior
2025-10-01 17:58:38 +03:00
M Essam Hamed
02afd4e849
Move to networkMap.PeerConfig
2025-09-16 11:45:54 +03:00
M Essam Hamed
d19f829f65
Move autoUpdateVersion inside NetworkMap
2025-09-15 19:54:10 +03:00
M Essam Hamed
bc59749859
Feature: Auto-update client
2025-09-01 15:13:12 +03:00
Viktor Liu
f063866ce8
[client] Add flag to configure MTU ( #4213 )
2025-08-26 16:00:14 +02:00
hakansa
533d93eb17
[management,client] Feat/exit node auto apply ( #4272 )
...
[management,client] Feat/exit node auto apply (#4272 )
2025-08-19 18:19:24 +03:00
Viktor Liu
1d5e871bdf
[misc] Move shared components to shared directory ( #4286 )
...
Moved the following directories:
```
- management/client → shared/management/client
- management/domain → shared/management/domain
- management/proto → shared/management/proto
- signal/client → shared/signal/client
- signal/proto → shared/signal/proto
- relay/client → shared/relay/client
- relay/auth → shared/relay/auth
```
and adjusted import paths
2025-08-05 15:22:58 +02:00