[GH-ISSUE #60] cloak openvpn udp #52

Closed
opened 2026-02-26 12:33:50 +03:00 by kerem · 2 comments
Owner

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

{
"Transport": "direct",
"ProxyMethod": "openvpn",
"ProtocolMethod": "tcp/udp"(choose one)
"EncryptionMethod": "chacha20-poly1305",
"UID": "5nneblJy6lniPJfr81LuYQ==",
"PublicKey": "IYoUzkle/T/kriE+Ufdm7AHQtIeGnBWbhhlTbmDpUUI=",
"ServerName": "www.bing.com",
"NumConn": 4,
"BrowserSig": "chrome",
"StreamTimeout": 300
}

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 >{ "Transport": "direct", "ProxyMethod": "openvpn", "ProtocolMethod": "tcp/udp"(choose one) "EncryptionMethod": "chacha20-poly1305", "UID": "5nneblJy6lniPJfr81LuYQ==", "PublicKey": "IYoUzkle/T/kriE+Ufdm7AHQtIeGnBWbhhlTbmDpUUI=", "ServerName": "www.bing.com", "NumConn": 4, "BrowserSig": "chrome", "StreamTimeout": 300 }
kerem closed this issue 2026-02-26 12:33:50 +03:00
Author
Owner

@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

<!-- gh-comment-id:533837467 --> @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
Author
Owner

@malikshi commented on GitHub (Sep 22, 2019):

thanks work now,

<!-- gh-comment-id:533839946 --> @malikshi commented on GitHub (Sep 22, 2019): thanks work now,
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Cloak#52
No description provided.