Cloudflare WARP
Posted: 13 Jan 2024, 09:45
Can someone please create a module for Cloudflare WARP. It is a "vpn like" application and can be found here.
Code: Select all
# run as root in 1st terminal
# su
# toor
# wget -q --show-progress -P /usr/local/share/ca-certificates https://developers.cloudflare.com/cloudflare-one/static/documentation/connections/Cloudflare_CA.pem && update-ca-certificates --fresh
# warp-svc
2024-01-14T16:20:03.561Z ERROR main_loop: warp::warp_service::api_handlers: API error for NewRegistration request id: 47a6b02f-0214-4471-bcd5-d02f0c51c2c5, ReqwestError(reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("api.cloudflareclient.com.")), port: None, path: "/v0/reg", query: None, fragment: None }, source: hyper::Error(Connect, Custom { kind: Other, error: Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" } }) })
2024-01-14T16:20:03.561Z DEBUG main_loop: warp::warp_service::ipc_handlers: Ipc response: 47a6b02f-0214-4471-bcd5-d02f0c51c2c5; Error: Failed to contact the WARP API.
2024-01-14T16:20:03.561Z DEBUG main_loop: warp::warp_service: Entering main loop arm arm="registration_change"
2024-01-14T16:20:03.561Z DEBUG warp::warp_service::ipc_handlers: Sending IPC update: ConfigurationUpdated
2024-01-14T16:20:03.562Z DEBUG warp::warp_service::ipc_handlers: Ipc Broadcast ResponseUpdate: ConfigurationUpdated
2024-01-14T16:20:03.562Z INFO warp::warp_service::ipc_loop: IPC connection ended
# run it in the second terminal
# warp-cli register
Error: Failed to contact the WARP API.
Ok, so how did you convert:
to a .deb?Blaze wrote: ↑14 Jan 2024, 16:21I downloaded it from https://aur.archlinux.org/packages/cloudflare-warp-bin
Code: Select all
guest@porteus:~$ bin2deb
bash: bin2deb: command not found
guest@porteus:~$ su
Password:
root@porteus:/home/guest# bin2deb
bash: bin2deb: command not found
root@porteus:/home/guest#