No description
Find a file
2024-06-10 09:24:35 +08:00
.github/workflows Make Guardian in separate 'tool' folder to avoid skill issue 2024-06-10 09:24:35 +08:00
Guardian System Settings Guardian & Publish AOT support 2024-06-10 00:01:47 +08:00
.gitattributes Initial Commit 2024-05-22 22:45:22 +08:00
.gitignore Block data uploads 2024-05-22 23:49:10 +08:00
config.tmpl.json System Settings Guardian & Publish AOT support 2024-06-10 00:01:47 +08:00
FireflySR.Tool.Proxy.csproj Make Guardian in separate 'tool' folder to avoid skill issue 2024-06-10 09:24:35 +08:00
FireflySR.Tool.Proxy.sln System Settings Guardian & Publish AOT support 2024-06-10 00:01:47 +08:00
LICENSE Initial Commit 2024-05-22 22:45:22 +08:00
Program.cs Make Guardian in separate 'tool' folder to avoid skill issue 2024-06-10 09:24:35 +08:00
ProxyConfig.cs Block data uploads 2024-05-22 23:49:10 +08:00
ProxyConfigContext.cs System Settings Guardian & Publish AOT support 2024-06-10 00:01:47 +08:00
ProxyService.cs Block data uploads 2024-05-22 23:49:10 +08:00
README.md System Settings Guardian & Publish AOT support 2024-06-10 00:01:47 +08:00

FireflySR.Tool.Proxy

A simple Proxy for playing Private Servers.

Usage

Go to releases page for the latest pre-built binary. It don't require any .NET versions.

Update

v2.0.0

  • Fixed the issue whereby the proxy has been closed by the user while the System Proxy Settings is still enabled, which may cause the user "can't access the network".
    Notice you may still need to change the setting if you meet a PC crash (or just start the Proxy software again and close it).

  • Updated the building .NET requirement to 8.0; however, PublishAot is enabled, so the generated binaries won't require any .NET versions. You can generate AOT build by the following command:

    dotnet publish FireflySR.Tool.Proxy.csproj -r win-x64
    

    Notice a Guardian is introduced only on Windows and will be copied to the output directory only when the build is triggered on Windows.

  • Updated the BlockUrls list in config.tmpl.json.

Configuration

Simple: see config.json. You can also see full options in ProxyConfig.cs.

Credits