ProxiFyre-v2.1.3 v2.1.3
ProxiFyre 在 Windows 数据包过滤器的 socksify 示例基础上进行了全面升级,引入了诸多增强功能。它不仅无缝集成了对 UDP 的支持,还赋予用户管理多个代理实例的灵活性。ProxiFyre 简化了配置流程,通过动态读取 app-config.json 文件中的设置,确保了更加直观友好的用户体验。此外,ProxiFyre 还可以轻松配置为 Windows 服务运行,无需手动干预即可持续运行。
更新日期:2525-11-22 分类标签:Win软件ProxiFyre 代理实例 代理工具 语言:中文 平台:
1.29MB 0 人已下载 手机查看
ProxiFyre 在 Windows 数据包过滤器的 socksify 示例基础上进行了全面升级,引入了诸多增强功能。它不仅无缝集成了对 UDP 的支持,还赋予用户管理多个代理实例的灵活性。ProxiFyre 简化了配置流程,通过动态读取 app-config.json 文件中的设置,确保了更加直观友好的用户体验。此外,ProxiFyre 还可以轻松配置为 Windows 服务运行,无需手动干预即可持续运行。
从 v2.1.1 版本开始,ProxiFyre 还支持进程排除功能,允许您指定哪些应用程序绕过代理,而其他应用程序则继续使用代理。此外,通过智能缓存进程匹配结果,ProxiFyre 的性能也得到了提升。
ProxiFyre elevates the foundational capabilities of the Windows Packet Filter's socksify demo, introducing robust enhancements. Not only does it seamlessly integrate support for UDP, but it also empowers users with the flexibility of managing multiple proxy instances. Streamlining its configuration process, ProxiFyre dynamically sources its settings from an app-config.json file, ensuring a more intuitive and user-friendly experience. Furthermore, with adaptability in mind, ProxiFyre can be effortlessly configured to run as a Windows Service, providing continuous operation without the need for manual intervention.
As of v2.1.1, ProxiFyre also supports process exclusions, allowing you to specify which applications should bypass the proxy while others remain proxied. Additionally, performance has been improved through intelligent caching of process matching.
Configuration
The application uses a configuration file named app-config.json. This JSON file should contain configurations for different applications. Each configuration object should have the following properties:
- appNames: An array of strings representing the names of applications this configuration applies to.
- socks5ProxyEndpoint: A string that specifies the SOCKS5 proxy endpoint.
- username: A string that specifies the username for the proxy (optional).
- password: A string that specifies the password for the proxy (optional).
- supportedProtocols: An array of strings specifying the supported protocols (e.g.,
"TCP","UDP"). - excludes (new in v2.1.1): An array of application names or paths to exclude from proxy routing.