不支持UDS
Open
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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