mirror of
https://github.com/cbeuw/Cloak.git
synced 2026-04-26 04:55:58 +03:00
[GH-ISSUE #208] Feature request - Routing based on GeoIp #169
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cloak#169
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 @maj0rmil4d on GitHub (Dec 4, 2022).
Original GitHub issue: https://github.com/cbeuw/Cloak/issues/208
Hey there, I hope u doing well.
Plz add a feature that we could set a different upstream OpenVpn for a specific geo location. here is an example:
Route packets with Iran Ip dst to Openvpn1 and route the rest of packets to Openvpn2
Thanks <3
@LindaFerum commented on GitHub (Jul 7, 2023):
Well, I think you can already jerry-rig something pretty close (not same but close) on client side.
Not exactly "same" but close.
On android for example, assuming you use Shadowsocks with Cloak you'd need to install more than 1 browser (say, install Brave and Firefox)
Then just pick one browser (for example Firefox) as "browser for Iran" (I assume you're IN Iran right now) and then use Shadowsocks's per-app VPN feature to specifically exclude Firefox from VPN.
Now you can browse Iranian sites in Firefox using your naked IP, and use Chome, Brave and every other browser to go through Cloak.
Should [probably] be doable on Windows too though I am not sure how. Haven't used windows in a while lol.