SagerNet / SagerNet/sing-box

不支持UDS

Open
#3,613 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Go
Stars
38.2k
Forks
4.6k
Avg merge
19d 15h
Merged PRs (30d)
1

Description

listen里如果填入UDS路径会直接报错,希望支持UDS连接

inbounds[1].listen: ParseAddr("unix:/dev/shm/uds9971.sock"): each colon-separated field must have at least one digit (at "unix:/dev/shm/uds9971.sock")

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the error from inbounds[1].listen with unix:/dev/shm/uds9971.sock. Trace how the listen value is parsed and determine the required behavior for a UDS path; the work is done when UDS connections are accepted without the shown ParseAddr error.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
networking
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.