Luna Yao
e31fee1a6d
merge
...
Cargo.lock
2026-05-14 02:37:16 +02:00
Luna Yao
743ec3c95e
Merge branch 'main' into feat/dns-policy
2026-05-13 21:17:59 +02:00
Luna Yao
8428a89d2d
refactor: introduce HedgeExt for task hedging; rewrite NatDstQuicConnector ( #2229 )
v2.6.4
2026-05-12 20:26:16 +08:00
韩嘉乐
513695297c
[OHOS] feat: Enhance Rust kernel with config management and routing improvements ( #2227 )
...
* [OHOS.with ai] 将配置管理/配置分享/路由聚合/实例状态解析下沉至 Rust 内核,收敛职责并提升性能 (#2209 )
* feat: add ohrs config store and startup error logging
* feat: full ability core for ohos
* feat: full ability core for ohos
* feat: clean code
---------
Co-authored-by: FrankHan <frankhan@FrankHans-Mac-mini.local >
* fix: 添加缺失文件
* fix: 修复更新路由启动两次TUN问题,并调整日志
* fix: rustfmt
* fix: 适配Cidr忽略/32格式路由
* fix: 修复Option适配错误
* fix: rustfmt
* fix: rustfmt
---------
Co-authored-by: FrankHan <frankhan@FrankHans-Mac-mini.local >
2026-05-10 14:15:31 +08:00
21paradox
bfbfa2ef8d
fix: reuse conn by dst_peer_id, every peer use only 1 quic conn, to fix nat lost problem ( #2216 )
2026-05-09 22:33:44 +08:00
KKRainbow
8e1d079142
feat: add Windows UDP broadcast relay ( #2222 )
...
This may helps games to find rooms in virtual network.
- add opt-in Windows UDP broadcast relay config flag and CLI/env plumbing
- capture local UDP broadcasts with Windows raw sockets, normalize packets, and inject them via PeerManager
2026-05-09 09:56:31 +08:00
fanyang
55f15bb6f0
fix(connector): classify manual reconnect timeouts by stage ( #2062 )
2026-05-08 22:08:51 +08:00
Luna Yao
96fd39649a
revert UPX version to 4.2.4 in core.yml ( #2221 )
2026-05-07 18:49:40 +08:00
KKRainbow
74fc8b300d
chore: bump version to 2.6.4 ( #2219 )
2026-05-07 13:48:51 +08:00
KKRainbow
baeee40b79
fix machine uid and easytier-web panic ( #2215 )
...
1. fix(web-client): persist and migrate machine id
2. fix panic when easytier-web session receive malformat packet
2026-05-07 00:57:42 +08:00
fanyang
4342c8d7a2
fix: add missing CLI help text ( #2213 )
2026-05-05 17:05:34 +08:00
KKRainbow
1178b312fa
fix foreign network entry leak ( #2211 )
2026-05-05 11:01:44 +08:00
Luna Yao
4c2859ae7c
upgrade optionize to 0.2
2026-05-04 03:51:47 +02:00
Luna Yao
c9e610a175
fmt
2026-05-04 02:06:50 +02:00
Luna Yao
22c458163a
merge
2026-05-04 01:46:37 +02:00
Luna Yao
ae83de91ab
Merge branch 'main' into feat/dns-policy
...
# Conflicts:
# easytier/build.rs
# easytier/src/common/dns.rs
# easytier/src/web_client/mod.rs
2026-05-04 01:44:54 +02:00
Luna Yao
348b83d768
use optionize
2026-05-04 01:33:57 +02:00
fanyang
362aa7a9cd
fix: allow omitted ACL config fields ( #2206 )
2026-05-04 00:47:24 +08:00
Luna Yao
4b95f44a91
replace derive_builder with bon
...
c'est meilleur
tauri
2026-05-01 21:53:17 +02:00
KKRainbow
12a7b5a5c5
fix: scope peer center server data to instance ( #2198 )
...
Stop sharing PeerCenterServer state through a process-global map so local and foreign-network services cannot mix peer-center data when peer ids overlap.
v2.6.3
2026-05-02 01:43:01 +08:00
fanyang
4eba9b07b6
fix(web-client): keep retrying unreachable config server ( #2140 )
...
Defer config-server connector creation into the web client retry loop so
service startup does not fail when network or DNS is unavailable.
2026-05-02 00:09:48 +08:00
KKRainbow
1b48029bdc
fix: clean stale foreign network state ( #2197 )
...
- clear foreign-network traffic metric peer caches on peer removal and network cleanup
- release reserved foreign-network peer IDs on handshake/add-peer error paths
- avoid creating no-op foreign-network token buckets when limits are unlimited
- shrink relay/session maps after cleanup and remove unused peer-center global data entries
2026-05-01 23:30:51 +08:00
KKRainbow
3542e944cb
fix(quic): prune stopped endpoints from pool ( #2195 )
...
* remove wss port 0 compatibility code
* fix(quic): prune stopped endpoints from pool
2026-05-01 18:51:39 +08:00
KKRainbow
852d1c9e14
feat(gui): add UPnP and public IPv6 advanced options ( #2194 )
...
Expose disable-upnp and ipv6_public_addr_auto in the shared web/GUI config editor
bump release metadata to 2.6.3.
2026-05-01 13:45:19 +08:00
KKRainbow
4958394469
fix: protect self peer during credential refresh and allow need-p2p peers through public server ( #2192 )
...
* fix: protect self peer during credential refresh
* fix: allow need-p2p peers through public server
2026-05-01 06:59:30 +08:00
Luna Yao
96e2a6c775
config: use getset
2026-04-30 18:56:00 +02:00
Luna Yao
480677f085
node: increase heartbeat test wait time
...
heartbeat test
2026-04-30 18:56:00 +02:00
Luna Yao
b7677031cb
zone: fallthrough policy
...
heartbeat test
try_from
2026-04-30 18:56:00 +02:00
KKRainbow
41b6d65604
fix faketcp filter on windows ( #2190 )
2026-04-30 23:55:56 +08:00
KKRainbow
aae30894dd
fix: keep file logger disabled by default ( #2189 )
2026-04-30 21:42:30 +08:00
fanyang
81d169abfc
fix: fall back when CLI manage service is unavailable ( #2185 )
2026-04-30 19:50:50 +08:00
Luna Yao
9c6c210e89
fix: disable SO_EXCLUSIVEADDRUSE on Windows ( #2180 )
2026-04-30 19:48:54 +08:00
Mg Pig
d1c6dcf754
fix: prevent URL input layout flicker with container queries ( #2186 )
2026-04-30 19:45:01 +08:00
KKRainbow
97c8c4f55a
feat: support disabling relay data forwarding ( #2188 )
...
- add a disable_relay_data runtime/config patch option
- reuse the existing avoid_relay_data feature flag when relay data forwarding is disabled
2026-04-30 19:44:40 +08:00
Luna Yao
ee1f656d6b
config: set name to optional
2026-04-29 12:25:18 +02:00
Luna Yao
c866ed4da3
merge
2026-04-29 11:55:45 +02:00
Luna Yao
2fd8333ebb
Merge branch 'main' into feat/dns-policy
2026-04-29 11:53:32 +02:00
Luna Yao
29ff4283d7
Cargo.lock
2026-04-29 11:44:43 +02:00
Luna Yao
8c0652a2e2
config: add disabled flag
2026-04-29 11:44:43 +02:00
Luna Yao
92af568d8b
config: rewrite
...
test
test
origin
test
test
2026-04-29 11:44:22 +02:00
KKRainbow
ed8df2d58f
prevent EasyTier-managed IPv6 from being used as underlay connections ( #2181 )
...
When a node has public IPv6 addresses allocated by EasyTier, those addresses
are installed on the host's network interfaces. The system would then pick
them up as candidate source/destination addresses for underlay connections
(direct peer, UDP hole punch, bind addresses), causing overlay traffic to
loop back into the overlay itself.
Add a central predicate is_ip_easytier_managed_ipv6() and apply it at every
point where IPv6 addresses are selected for underlay use:
- Filter managed IPv6 from DNS-resolved connector addresses, including a
UDP socket getsockname check to detect whether the OS would route through
the overlay to reach a destination
- Skip managed IPv6 in bind address selection and STUN candidate filtering
- Strip managed IPv6 from GetIpListResponse RPC so peers never learn them
- Pass pre-resolved addresses to tunnel connectors to avoid re-resolution
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-04-29 12:17:22 +08:00
Luna Yao
0a23546e3f
three_node
2026-04-28 21:54:05 +02:00
Luna Yao
b85d5bc515
tests: ignore refresh error in wait_peer_zone_visibility
...
fmt
2026-04-28 21:23:17 +02:00
Luna Yao
30b88bf626
peer_mgr: invalidate unreachable peer
...
fmt
2026-04-28 21:23:16 +02:00
Luna Yao
486cc43059
node: remove serial_test
...
fmt
2026-04-28 21:23:16 +02:00
Luna Yao
46d1c2aef3
node & peer_mgr: fix rpc register/unregister
...
mut node
2026-04-28 21:23:16 +02:00
Luna Yao
8cf9d493b8
node: replace rr interval with heartbeat interval
...
interval
2026-04-28 21:23:16 +02:00
Luna Yao
e527717eef
node: add reconcile
...
logs
reconcile
reconcile
2026-04-28 21:23:16 +02:00
lurenjia
f66010e6f9
fix: preserve URL type in matches_scheme ( #2179 )
...
Avoid resolving Url::as_ref() to the full URL string before TunnelScheme
conversion. Add regression coverage for owned/borrowed URLs and the UDP
IPv6 hole-punch branch condition.
Co-authored-by: KKRainbow <443152178@qq.com >
2026-04-28 23:23:41 +08:00
Luna Yao
80041086de
peer_mgr(refresh): add backoff retry
...
fmt
refresh
2026-04-28 15:03:53 +02:00