Home › Forums › Discussions › General › Feature equivalent to Cloudflare WARP app’s “Proxy Mode”
- This topic has 5 replies, 2 voices, and was last updated 5 months, 2 weeks ago by Vadim Smirnov.
-
AuthorPosts
-
June 6, 2024 at 4:00 am #13702
Apps with configurable proxy support can route traffic through the local socks proxy at localhost:[PORT] made available by Cloudflare WARP app’s “Proxy Mode”.
Is there a way to configure WireSock + WireSockUI to match Cloudflare WARP app’s “Proxy Mode”?
June 6, 2024 at 2:55 pm #13710If you set up a local SOCKS5 proxy on your machine and add its name to AllowedApps, it will function equivalently to WARP Proxy mode.
June 7, 2024 at 11:25 pm #13719WARP Proxy mode disallows connection when the VPN connection goes down or when WARP is turned off using the toggle switch.
This feature is exactly what I’m looking for. I don’t want the app with configurable proxy support to connect AT ALL when the VPN is down or is in a turned off state.
For example, with WARP Proxy mode enabled (from WARP app settings) but WARP turned off (using the toggle switch), when a local SOCKS5 configured Firefox browser tries to establish a connection to a website, an error saying that the socks connection has failed/timed out, is thrown. This protects the Firefox process from making connections using my real IP address.
In WinSock + WinSockUI with VPN configuration having AllowedApps set to “firefox” process, I always have to ensure that it’s connected. I’m unaware of a way of STOPPING the Firefox app/process from connecting using my real IP when the VPN configuration is in a deactivated state.
To sum it up, AllowedApps do not STOP the allowed app to make connections using my real IP when the VPN configuration is inactive or deactivated in WinSock + WinSockUI.
Setting up a local SOCKS5 proxy using an app & adding that to the AllowedApps like you suggested will have the same effect since the local SOCKS5 proxy forwarder/relay will connect using my real IP when the VPN configuration is inactive or deactivated in WinSock + WinSockUI.
June 8, 2024 at 12:01 am #13720Perhaps PreUp, PostUp, PreDown, and PostDown scripts can be used to start/stop the SOCKS5 local proxy server in time.
PostUp => start SOCKS5 local proxy server
PreDown/PostDown => stop SOCKS5 local proxy server- This reply was modified 5 months, 2 weeks ago by hyde.
June 8, 2024 at 12:33 am #13722You can bind the local SOCKS5 proxy application to the WireSock network interface, following the same steps outlined for qBittorrent in this post. After that, add it to AllowedApps. This approach will meet all your requirements.
June 8, 2024 at 12:36 am #13723PostUp => start SOCKS5 local proxy server
PreDown/PostDown => stop SOCKS5 local proxy serverThis also looks like an interesting possibility 🤔
-
AuthorPosts
- You must be logged in to reply to this topic.