mirror of
https://github.com/cbeuw/Cloak.git
synced 2026-04-25 20:45:59 +03:00
[GH-ISSUE #60] cloak openvpn udp #52
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#52
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 @malikshi on GitHub (Sep 21, 2019).
Original GitHub issue: https://github.com/cbeuw/Cloak/issues/60
"openvpn": [ "udp", "127.0.0.1:8389" ],i try that but no luck, no response in server and client
windows client it seem not bind to 127.0.0.1:1984 protocol udp, but when im changing to
"openvpn": [ "tcp", "127.0.0.1:8989" ],its working.
maybe you should bind 127.0.0.1:1984 udp/tcp based on client config
@cbeuw commented on GitHub (Sep 21, 2019):
On the client side you need to use -u command line argument to let it bind to UDP
@malikshi commented on GitHub (Sep 22, 2019):
thanks work now,