mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 16:35:49 +03:00
[GH-ISSUE #419] Adding support for checking blocked or direct domains via REST API #325
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#325
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 @elico on GitHub (Feb 1, 2021).
Original GitHub issue: https://github.com/snail007/goproxy/issues/419
I want to be able to define a REST api endpoint to check if the sni/url is blocked instead of a static file.
The protocol can be one of couple:
Would this be possible to add?
@snail007 commented on GitHub (Feb 2, 2021):
https://snail007.github.io/goproxy/manual/#/?id=_9api-authentication
@elico commented on GitHub (Feb 2, 2021):
@snail007 well this API is good but doesn't do what I was aiming towards.
Currently the
-band the-doffers what I need.I wanted to use the same/similar api call which the auth you mentioned uses but for the block/direct decision.