mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 08:25:54 +03:00
[GH-ISSUE #529] --dns 参数不可使用 #431
Labels
No labels
TODO
bug
duplicate
enhancement
good first issue
help wanted
helpful
invalid
need-confirm
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/goproxy#431
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @InoryS on GitHub (Mar 28, 2023).
Original GitHub issue: https://github.com/snail007/goproxy/issues/529
Expected Behavior
支持 --dns 参数
./proxy http --dns 8.8.8.8 -t tcp -p :80,:443 -T tcp --intelligent=parent --jumper socks5://foo:bar@example.com:42321Current Behavior
文档中 HTTP(S)反向代理 建议
proxy代理最好指定--dns 8.8.8.8参数。实际上 --dns 不可以使用:Steps to Reproduce
1.下载 goproxy
./proxy http --dns 8.8.8.8 -t tcp -p :80,:443 -T tcp --intelligent=parent --jumper socks5://foo:bar@example.com:423211.
proxy/main.go:86 FATAL err : unknown long flag '--dnsContext (Environment)
./proxy http --dns 8.8.8.8 -t tcp -p :80,:443 -T tcp --intelligent=parent --jumper socks5://foo:bar@example.com:42321proxy/main.go:86 FATAL err : unknown long flag '--dns@snail007 commented on GitHub (Mar 29, 2023):
--dns-addressnot--dns@InoryS commented on GitHub (Mar 29, 2023):
github.com/snail007/goproxy@d3a2cf15c0