mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-26 04:35:54 +03:00
[GH-ISSUE #783] Add Wireguard support #495
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#495
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 @brokoler on GitHub (Jun 13, 2022).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/783
Since many VPN providers are removing SOCKS5 Proxy support, it would be great to add future proof VPN protocols to Whoogle.
Would it be possible to add Wireguard support in future?
Best regards
@DUOLabs333 commented on GitHub (Jun 15, 2022):
How do you envision such support looking like?
@ScriptedDeveloper commented on GitHub (Jun 19, 2022):
You don't need Whoogle to implement this. It's easy enough to setup a docker image like Gluetun and bind the Whoogle container to it.
This will only work with the docker version of Whoogle obviously.
@benbusby commented on GitHub (Aug 1, 2022):
I think this is a bit outside the scope of Whoogle and should be handled separately. In addition to the Gluetun solution mentioned above, it should also be simple enough to configure a wg client on the same machine as Whoogle and have all requests routed through accordingly.