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
Luna Yao
40d3e48cc4
remove redundant heartbeat log
2026-04-28 14:52:02 +02:00
Luna Yao
88297868c3
node_mgr: append system zone handler to all origin
...
system
2026-04-28 05:12:27 +02:00
Luna Yao
d59257c8b7
zone_handler: skip negative response to forward to upstream
...
catalog_lookup_returns_nodata_on_nameexists
fmt
2026-04-28 05:12:27 +02:00
Luna Yao
fb4479a99f
unit tests
2026-04-28 05:12:27 +02:00
Luna Yao
185777b741
server: add addresses to nic and bind to them
...
fmt
add address
save bindings
2026-04-28 05:12:27 +02:00
Luna Yao
7d536d3353
remove address hijack
2026-04-28 05:12:27 +02:00
Luna Yao
87f2905360
server: use guarden to protect system dns config
...
server: guarden
server guarden
2026-04-28 05:12:27 +02:00
Luna Yao
1338ab343c
node(election): use guard to protect nic_packet_process_pipeline
...
node: guarden
2026-04-28 04:52:51 +02:00
Luna Yao
38e7366c15
merge
2026-04-27 20:45:20 +02:00
Luna Yao
0f4003245b
Merge branch 'main' into feat/dns-policy
...
# Conflicts:
# easytier/src/common/config.rs
# easytier/src/common/dns.rs
# easytier/src/common/mod.rs
# easytier/src/core.rs
# easytier/src/instance/instance.rs
# easytier/src/launcher.rs
# easytier/src/peers/peer_ospf_route.rs
# easytier/src/proto/peer_rpc.proto
# easytier/src/utils/task.rs
2026-04-27 17:16:43 +02:00
Luna Yao
d5c4700d32
utils: replace defer, ContextGuard, DetachableTask with guarden crate ( #2163 )
2026-04-27 18:29:46 +08:00
KKRainbow
969ecfc4ca
fix(gui): refresh service after core version upgrade ( #2172 )
2026-04-27 15:54:52 +08:00