Skip to content

Releases: RightFS/proxifyre

v0.0.1

29 Sep 07:45
Compare
Choose a tag to compare

Full Changelog: https://github.com/RightFS/proxifyre/commits/v0.0.1

Add a new gui wpf application for proxyfyre. You can drag and drop some exe file or shortcut file on the main window it will be added into the list.

I made the drivers (both x86 and x64) included in my wpf project, forgot prepare env just run it.
If you have vc redist v14.40 above installed, you can just download the zip file and etract it to any path, then run SpeedUp.exe
If you don't known anything about vc runtime , please download the Launcher.exe, it include the vc_redist.exe and will install it automaticlly.

I'll add auto upgrade in the next version, please wait.
image

you need edit the settings_data.json for your own socks5 proxy server

{
  "ServerList": [{
    "Id": 12345,
    "Enabled": true,
    "Name": "localhost",
    "Host": "127.0.0.1",
    "Port": 10800,
    "Username": "",
    "Secret": "",
    "IsSelected": true,
    "IsBest": true
  }],
  "FilePaths": [
  ],
  "CreateShortCut": true
}