Skip to content

documentation: Add distro GOPROXY note#1648

Open
Someone-Practice wants to merge 24 commits intoSagerNet:dev-nextfrom
Someone-Practice:patch-3
Open

documentation: Add distro GOPROXY note#1648
Someone-Practice wants to merge 24 commits intoSagerNet:dev-nextfrom
Someone-Practice:patch-3

Conversation

@Someone-Practice
Copy link

I'm not sure whether note or warning will be more suitable.

nekohasekai and others added 24 commits April 1, 2024 15:01
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.
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.
Signed-off-by: 气息 <qdshizh@gmail.com>
Signed-off-by: Someone-Practice <152876092+Someone-Practice@users.noreply.github.com>
@nekohasekai nekohasekai force-pushed the dev-next branch 6 times, most recently from bf612be to 12e4ec5 Compare April 12, 2024 02:41
@nekohasekai nekohasekai force-pushed the dev-next branch 6 times, most recently from dfdd296 to 0a8b7a3 Compare January 2, 2026 11:23
@nekohasekai nekohasekai force-pushed the dev-next branch 8 times, most recently from 1bd617e to 0028b06 Compare January 12, 2026 12:44
@nekohasekai nekohasekai force-pushed the dev-next branch 6 times, most recently from 237887d to 5d67c13 Compare January 17, 2026 11:21
@nekohasekai nekohasekai force-pushed the dev-next branch 9 times, most recently from 4d60ac3 to c1dc6cb Compare February 1, 2026 04:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

Comments