├── LICENSE ├── README.md ├── archives └── proxy.editor-2022.12.22e.txz ├── proxy.editor.plg └── src └── usr └── local └── emhttp └── plugins └── proxy.editor ├── ProxyEditor.page ├── README.md ├── images └── alipay.png ├── include └── try.php └── scripts └── view_proxy_files.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ludoux/unraid-proxy-editor/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ludoux/unraid-proxy-editor/HEAD/README.md -------------------------------------------------------------------------------- /archives/proxy.editor-2022.12.22e.txz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ludoux/unraid-proxy-editor/HEAD/archives/proxy.editor-2022.12.22e.txz -------------------------------------------------------------------------------- /proxy.editor.plg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ludoux/unraid-proxy-editor/HEAD/proxy.editor.plg -------------------------------------------------------------------------------- /src/usr/local/emhttp/plugins/proxy.editor/ProxyEditor.page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ludoux/unraid-proxy-editor/HEAD/src/usr/local/emhttp/plugins/proxy.editor/ProxyEditor.page -------------------------------------------------------------------------------- /src/usr/local/emhttp/plugins/proxy.editor/README.md: -------------------------------------------------------------------------------- 1 | **Proxy Editor** 2 | 3 | Proxy Editor 提供一个可视化的界面,用户可以简单地存储、开启与切换 CA 和系统级代理配置。 4 | -------------------------------------------------------------------------------- /src/usr/local/emhttp/plugins/proxy.editor/images/alipay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ludoux/unraid-proxy-editor/HEAD/src/usr/local/emhttp/plugins/proxy.editor/images/alipay.png -------------------------------------------------------------------------------- /src/usr/local/emhttp/plugins/proxy.editor/include/try.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ludoux/unraid-proxy-editor/HEAD/src/usr/local/emhttp/plugins/proxy.editor/include/try.php -------------------------------------------------------------------------------- /src/usr/local/emhttp/plugins/proxy.editor/scripts/view_proxy_files.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ludoux/unraid-proxy-editor/HEAD/src/usr/local/emhttp/plugins/proxy.editor/scripts/view_proxy_files.sh --------------------------------------------------------------------------------