mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 00:15:51 +03:00
[GH-ISSUE #275] Stop all but one (or two) domains #193
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#193
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 @ejdoh1 on GitHub (May 24, 2019).
Original GitHub issue: https://github.com/snail007/goproxy/issues/275
I have a simple use-case where I want to allow access to a single domain and stop all other requests.
How do I achieve this?
@snail007 commented on GitHub (May 24, 2019):
see also #247
@ejdoh1 commented on GitHub (May 24, 2019):
Thanks - missed it as the duplicate was not in English.
Also, I was looking for where the 'stop' argument is handled but couldn't see it in config.go.
Am I missing something?
@snail007 commented on GitHub (May 24, 2019):
https://github.com/snail007/goproxy#source-code-declaration
@ejdoh1 commented on GitHub (May 25, 2019):
Ah I see - makes it hard to contribute.
Good luck with your project