Commit Graph
100 Commits
Author SHA1 Message Date
世界 bb20856a6c Fix repeatedly no route logs 2024-06-07 15:03:48 +08:00
世界 5f20d6371b Fix reset HTTP3 DNS transport 2024-06-06 22:28:43 +08:00
世界 41d5fe8c1a Fix get source address from X-Forwarded-For 2024-06-06 22:21:37 +08:00
世界 d199f20f25 Fix enforced power listener on windows 2024-06-06 22:20:23 +08:00
世界 e694262025 Fix wireguard client bind 2024-06-06 22:20:21 +08:00
世界 cd758255df Remove logs in router initialize 2024-06-06 22:20:19 +08:00
世界 2fb554c1ae Fix crash on *bsd 2024-06-06 22:20:17 +08:00
世界 109c84760f Bump version 2024-05-25 11:30:43 +08:00
世界 baa25731f3 documentation: Bump version 2024-05-23 14:57:45 +08:00
世界 ad37345884 documentation: Add manuel for mitigating tunnelvision attacks 2024-05-23 14:57:27 +08:00
世界 07b24a0b2e documentation: Update DNS manual 2024-05-23 14:57:26 +08:00
世界 98551b109b dialer: Allow nil router 2024-05-23 14:57:26 +08:00
世界 52827e9a90 Add rule-set match command 2024-05-23 14:57:26 +08:00
世界 15dc38335e Add bypass_domain and search_domain platform HTTP proxy options 2024-05-23 14:57:26 +08:00
世界 482a5ebb9d Handle includeAllNetworks 2024-05-23 14:57:26 +08:00
世界 3849e3a908 Update gVisor to 20240422.0 2024-05-23 14:57:15 +08:00
世界 2d925511b6 Update quic-go to v0.43.1 2024-05-21 15:12:05 +08:00
世界 0e15fbf6d1 Fixed order for Clash modes 2024-05-21 15:12:05 +08:00
世界 2be319ea85 Add custom prefix support in EDNS0 client subnet options 2024-05-21 15:12:05 +08:00
世界 eb365da910 Fix missing rule_set_ipcidr_match_source item in DNS rules 2024-05-21 15:12:03 +08:00
世界 1d84ae9383 Improve DNS truncate behavior 2024-05-21 15:12:03 +08:00
世界 85ca9718ad Fix DNS fallthrough incorrectly 2024-05-21 15:12:03 +08:00
世界 4634c14516 Add rejected DNS response cache support 2024-05-21 15:12:03 +08:00
世界 ec7120b762 Add support for client-subnet DNS options 2024-05-21 15:12:03 +08:00
世界 d9b020826a Add address filter support for DNS rules 2024-05-21 15:12:02 +08:00
世界 c0e5315b68 Fix timezone for Android and iOS 2024-05-21 15:11:52 +08:00
世界 108ccaab98 Improve loopback detector 2024-05-21 15:11:52 +08:00
世界 edd0677a4a Remove unused fakeip packet conn 2024-05-21 15:11:52 +08:00
世界 4253a87717 Set the default TCP keep alive period 2024-05-21 15:11:52 +08:00
世界 045252ffbb Migrate ntp service to library 2024-05-21 15:11:52 +08:00
世界 f06ea8492f Handle Windows power events 2024-05-21 15:11:52 +08:00
世界 58d4110e32 Improve domain suffix match behavior
For historical reasons, sing-box's `domain_suffix` rule matches literal prefixes instead of the same as other projects.

This change modifies the behavior of `domain_suffix`: If the rule value is prefixed with `.`,
the behavior is unchanged, otherwise it matches `(domain|.+\.domain)` instead.
2024-05-21 15:11:41 +08:00
世界 ec4699fe0b Remove PROCESS_NAME_NATIVE dwFlag in process query output
The `process_path` rule of sing-box is inherited from Clash,
the original code uses the local system's path format (e.g. `\Device\HarddiskVolume1\folder\program.exe`),
but when the device has multiple disks, the HarddiskVolume serial number is not stable.

This change make QueryFullProcessImageNameW output a Win32 path (such as `C:\folder\program.exe`),
which will disrupt the existing `process_path` use cases in Windows.
2024-05-18 17:22:14 +08:00
世界 6f340e62e7 badtls: Support uTLS and TLS ECH for read waiter 2024-05-18 17:22:14 +08:00
世界 526c3ea51e Bump version 2024-05-18 16:53:05 +08:00
世界 4943979e71 Fix hysteria2 panic 2024-05-18 16:20:32 +08:00
世界 c95893733a Fix urltest logic 2024-05-10 17:41:20 +08:00
世界 838197c957 Update docker workflow 2024-05-03 19:33:20 +08:00
世界 10df4bf8c0 Bump version 2024-05-03 17:38:26 +08:00
世界 5b6dd93859 documentation: Update package status 2024-05-03 17:38:26 +08:00
世界 5a61ddeb7f Minor fixes 2024-05-03 15:34:47 +08:00
世界 be36e1795b Fix DNF repo 2024-04-29 23:13:04 +08:00
世界 b6081cff65 Fix multiplex client dialer context 2024-04-29 11:58:20 +08:00
世界 a54a6b6161 Fix usage of github actions 2024-04-29 11:58:20 +08:00
世界 fb5a8d09d7 documentation: Update TestFlight 2024-04-29 11:58:20 +08:00
世界 0a725e3982 documentation: Fix strict_route description 2024-04-29 11:58:20 +08:00
世界 a11648d70e Fix linux workflow 2024-04-29 11:58:20 +08:00
世界 0f1d4a9264 Bump version 2024-04-23 14:14:40 +08:00
世界 b6644f5f03 Update dependencies 2024-04-23 14:03:55 +08:00
世界 4575b75391 Fix initial packet MTU for QUIC protocols 2024-04-23 11:12:31 +08:00
世界 bf90099637 Fix loopback detector 2024-04-17 21:45:54 +08:00
世界 2c1e2e6454 Fix linux repo 2024-04-12 22:52:37 +08:00
世界 68bd2b55c4 Update dependencies 2024-04-12 22:52:37 +08:00
世界 cfae1465d7 Bump version 2024-04-08 11:55:41 +08:00
世界 d9a5fcf568 Update dependencies 2024-04-08 11:45:00 +08:00
世界 b064aee4d1 Fix linux network monitor 2024-04-08 11:45:00 +08:00
世界 2dcc6fff6d Fix timer usage 2024-04-08 11:45:00 +08:00
世界 7e736818f0 Fixes for QUIC protocols 2024-04-08 11:44:55 +08:00
世界 1b150d4b43 Update dependencies 2024-03-29 04:52:06 +00:00
世界 8913ca7c1b Fix fury release 2024-03-25 10:44:57 +08:00
世界 1284596ad9 Fix syscall packet read waiter 2024-03-25 01:49:59 +08:00
世界 412d5b5ac7 Fix canceler 2024-03-24 19:12:07 +08:00
世界 330d3eaf1c Bump version 2024-03-23 20:50:45 +08:00
世界 94fce0ab8a tun: Fix GSO batch size 2024-03-22 14:54:57 +08:00
世界 4feba5c2dd Fix Makefile 2024-03-21 23:32:02 +08:00
世界 7eb6d528b5 Fix WireGuard client bind 2024-03-20 10:52:24 +08:00
世界 dc41a0f6e1 Use local legacy compiler 2024-03-19 13:53:34 +08:00
世界 f42cc84258 Fix DNS panic 2024-03-19 12:17:32 +08:00
世界 2e22441a38 Fix build for F-Droid 2024-03-17 21:43:22 +08:00
世界 c643fa0e53 Fix fury workflow 2024-03-17 21:43:22 +08:00
世界 852dc00c49 Bump version 2024-03-16 12:05:58 +08:00
世界 3300a65a11 Fix Makefile 2024-03-15 18:06:37 +08:00
世界 f195a6d406 Fix darwin interface monitor 2024-03-15 18:06:37 +08:00
世界 b6db44c5c8 platform: Improve stop on apple platforms 2024-03-15 18:06:37 +08:00
世界 2431d7818d platform: Fix missing log on apple platforms 2024-03-15 18:06:37 +08:00
世界 62824e0ab1 Add repo release 2024-03-15 18:06:37 +08:00
世界 6f4972d0b1 Fix lint workflow 2024-03-13 19:39:59 +08:00
世界 9527b786ea Add sponsor link to issue template 2024-03-13 19:39:59 +08:00
世界 d33ccb04ee platform: reset network on invalid power events 2024-03-13 19:39:59 +08:00
世界 2c0c202462 Fix crash in HTTP proxy server again 2024-03-10 16:53:58 +08:00
世界 8368be4f16 Update dependencies 2024-03-08 23:36:33 +08:00
世界 8a4c09e5fe Update go 1.20 2024-03-08 23:31:42 +08:00
世界 90eceea7d9 Fix missing source address in inbound logs in QUIC inbounds 2024-03-07 10:47:16 +08:00
世界 f0ab9311ff Bump version 2024-03-05 13:14:38 +08:00
世界 97969df4fb documentation: Add link to F-Droid 2024-03-05 13:13:31 +08:00
世界 ab6c947b40 Update dependencies 2024-03-02 14:29:28 +08:00
世界 618e8eb55a Fix crash in HTTP proxy server 2024-03-02 14:28:47 +08:00
世界 333bf1fe61 Fix SO_BINDTOIFINDEX usage 2024-02-29 13:03:05 +08:00
世界 ca772c98ab Don't return error in WireGurad client bind 2024-02-28 15:28:38 +08:00
世界 1da72e549b Bump version 2024-02-28 15:10:28 +08:00
世界 c9da823192 documentation: Update privacy policy to make Play Store happy 2024-02-28 15:10:28 +08:00
世界 e6017d0699 platform: Upgrade NDK to the latest LTS version 2024-02-28 15:10:28 +08:00
世界 292e75aa0c Update dependencies 2024-02-26 22:53:31 +08:00
世界 8bafd46fa4 Fix network/interface monitor 2024-02-26 22:53:31 +08:00
世界 6eed5c6c82 Fix reproducible builds 2024-02-24 23:19:31 +08:00
世界 b181fbd182 Fix docker workflow 2024-02-24 22:49:07 +08:00
世界 961a2b0db7 documentation: Bump version 2024-02-24 13:20:43 +08:00
世界 c1d9ff4ce1 Remove invalid archlinux packages from release 2024-02-24 13:20:43 +08:00
世界 d97ea76af8 Fix HTTP inbound 2024-02-24 13:20:42 +08:00
世界 bbe2cf6cb4 Fix documentation 2024-02-24 13:20:42 +08:00