mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 08:25:54 +03:00
[GH-ISSUE #198] --auth-url用起来不太方便,建议这样改改 #125
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#125
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 @XYDsoft on GitHub (Dec 21, 2018).
Original GitHub issue: https://github.com/snail007/goproxy/issues/198
用--auth-url来判断用户ip是否在白名单或者黑名单内,但是发现一个问题
使用了--auth-url,也只有--auth-url可以控制用户ip是否可以使用该代理。但是,为何非要user&pass呢?
若代理ip客户端不使用验证,--auth-url居然是无效的,这是一个奇怪的问题