mirror of
https://github.com/cbeuw/Cloak.git
synced 2026-04-27 05:25:52 +03:00
[GH-ISSUE #238] Use the same keys in differents servers #193
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#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 @Chemyto on GitHub (Nov 17, 2023).
Original GitHub issue: https://github.com/cbeuw/Cloak/issues/238
I am using cloak+openvpn as a client on a router with openwrt. I have two servers, would it be possible to use the same keys and uid?. That way, I wouldn't have to reload the cloak config on openwrt, just the openvpn configuration file. Great job
@cbeuw commented on GitHub (Nov 17, 2023):
So long as both servers are kept secure, this is fine
@Chemyto commented on GitHub (Nov 17, 2023):
I tried, but it doesn't work
@cbeuw commented on GitHub (Nov 17, 2023):
Ah sorry I misunderstood what you meant. You need to specify which server Cloak client connects to and there can only be one at a time. One Cloak client cannot connect to two servers simultaneously.
However you can run two Cloak client instances at the same time listening on different ports, then you can switch OpenVPN config to connect to different clients.
@Chemyto commented on GitHub (Nov 17, 2023):
Ok, thank you. I am currently using it from China and it has been working perfectly for days.