proxifyre icon indicating copy to clipboard operation
proxifyre copied to clipboard

ProxiFyre: SOCKS5 Proxifier for Windows

Results 17 proxifyre issues
Sort by recently updated
recently updated
newest added

This is my **app-config.json**: ``` { "logLevel": "None", "proxies": [ ] } ``` But new files keep appearing in the **logs** directory. For example, one of them contains: _2024-05-16 10:07:10.0908|INFO|ProxiFyre.ProxiFyreService|Successfully...

Hi, thank you for this great software. I had a problem (connection is reset) in using proxifyre with SOCKS5 server 3proxy (https://3proxy.ru/), and I figured out that the problem lies...

Hello! I installed ProxiFyre as Windows 11 service. My config: ``` { "logLevel": "None", "proxies": [ { "appNames": ["browser.exe"], "socks5ProxyEndpoint": "IP_ADDR:PORT", "username": "LOGIN", "password": "PASSWORD", "supportedProtocols": ["TCP", "UDP"] } ]...

```Configuration Result: [Success] Name ProxiFyreService [Success] DisplayName ProxiFyre Service [Success] Description ProxiFyre - SOCKS5 Proxifier Service [Success] ServiceName ProxiFyreService Topshelf v4.3.0.0, .NET Framework 4.8.9241.0 (4.0.30319.42000) Topshelf.Hosts.StartHost Error: 0 : The...

Hi, Love to see a free open-sourced alternative to proxifier, but could you please add support for http(s) proxy and additional support command line for function like add/remove app profile?...

Hi, please hrelp me to add appNames for apps like LDPlayer (android emulator). I used the following appNames, but it didn't work. `"appNames": ["LDPlayer9", "D:\\LDPlayer\\LDPlayer9\\LDPlayer.exe", "LDPlayer9.exe", "LDPlayer.exe"],`

Instead of including processes, is it possible for ProxiFyre to monitor the list of processes and exclude processes instead?

Hello. I try to run proxifyre with next app-conf.json: { "logLevel": "None", "proxies": [ { "appNames": ["LDPlayer9", "C:\\Program Files\\ldplayer9box\\Ld9BoxHeadless.exe"], "socks5ProxyEndpoint": "185.158.114.14:34075", "username": "", "password": "", "supportedProtocols": ["TCP", "UDP"] } ]...