世界
f8e7794cc2
Add MAC address include/exclude filtering for nftables auto-redirect
...
Support filtering traffic by source MAC address in the prerouting chain,
using ether addr payload matching with set lookups for multiple addresses.
2026-07-27 23:11:48 +08:00
世界
80ea96e5b4
Reject connections to redirect listener
2026-07-27 23:11:22 +08:00
世界
1e975834ca
Reformat code
2026-06-01 17:48:51 +08:00
世界
e5d2fab035
Fix multi include/exclude interfaces
2026-04-20 07:40:18 +08:00
世界
1ab008e1e6
Improve error messages for Linux TUN and redirect operations
2026-03-15 14:43:38 +08:00
世界
82d14b26de
Fix nftables single include_uid not working
...
The single UID code path incorrectly used BigEndian to encode the UID
for nft_cmp, but the kernel stores SKUIDs in native endian.
2026-03-15 14:15:22 +08:00
世界
5715a3919a
Fix nftablesCreateLocalAddressSets
2026-02-23 17:52:46 +08:00
世界
2377e62d4a
Fix IPv6 ULA addresses excluded from local address set
...
The filter condition `IsGlobalUnicast() && !IsPrivate()` incorrectly
excluded ULA addresses (fc00::/7) from inet6_local_address_set,
causing DNS hijack to fail for IPv6 ULA addresses.
Fixes : sagernet/sing-box#3698
2026-01-17 20:42:31 +08:00
世界
a850c4f8a1
Add pre-matching support for auto redirect
2025-12-26 14:44:55 +08:00
世界
b49e63f8ef
Fix compatibility with MPTCP
2025-10-17 16:26:45 +08:00
世界
5e343c4b66
Add loopback address support
2025-06-20 13:14:58 +08:00
世界
494b0ef858
redirect: Fix unreachable
2025-06-13 18:18:53 +08:00
世界
f13cd94aa0
redirect: Fix counter position
2025-04-28 11:06:02 +08:00
世界
51ac6b34f1
redirect: Fix handling of local pings
2025-04-12 12:07:56 +08:00
世界
219c612399
redirect: Fix UDP rules
2025-04-09 11:01:57 +08:00
世界
a8ce3838bc
redirect: Only hijack DNS requests from local addresses
2025-04-02 15:47:17 +08:00
世界
10f73346a0
Fix gateway & FIx prefix check
2024-10-31 21:58:09 +08:00
世界
aaaacba916
auto-redirect: Fix uid rules
2024-09-14 14:32:17 +08:00
世界
c01b403a44
Avoid hijack DNS requests send to loopback
2024-06-24 19:36:41 +08:00
世界
85f5f2dd58
auto-redirect: Add route address set support for nftables
2024-06-16 15:37:27 +08:00