diff --git a/README.md b/README.md index 5ea544d..6d1a57b 100644 --- a/README.md +++ b/README.md @@ -1,74 +1,88 @@ -# [免责声明Disclaimer](https://github.com/boy86001/SmartProxy-Tools/wiki/%E5%85%8D%E8%B4%A3%E5%A3%B0%E6%98%8EDisclaimer) -###### This disclaimer applies to the "SmartProxy-Tools" project on GitHub (hereinafter referred to as "the project"). The project link is: https://github.com/boy86001/SmartProxy-Tools - - - -## SmartProxy 白名单 -###### CN白名单列表,用于 SmartProxy 的白名单,不定更新 -- 在 Chrome [安装](https://chromewebstore.google.com/detail/smartproxy/jogcnplbkgkfdakgdenhlpcfhjioidoj) -- 在 Firefox [安装](https://addons.mozilla.org/en-US/firefox/addon/smartproxy/) -- 在插件的设置中,点击「自动切换」-「订阅规则列表」,名字自己设置 -- 混淆,选择「Base64」 -- 格式,选择「AutoProxy/GFWList」 -- 点击Url输入: - -```bash -https://raw.githubusercontent.com/boy86001/SmartProxy-Tools/main/gfwlist.txt -``` -- 点击「保存」-「保存更改」 - - - -## v2rayN/v2rayNG 白名单 -###### CN白名单列表,用于 v2rayN/v2rayNG 的白名单,不定更新 - -- v2rayN[安装](https://github.com/2dust/v2rayN) -- v2rayNG[安装](https://github.com/2dust/v2rayNG) -- 打开链接复制粘贴到‘自定义规则’ 所需的位置 -- 全部URL/IP已经是用逗号‘,’隔开,记得保存 -- 代理的网址或IP: -```bash -https://raw.githubusercontent.com/boy86001/SmartProxy-Tools/main/tlURL_Z.xml -``` -- 阻止的网址或IP: -```bash -https://raw.githubusercontent.com/boy86001/SmartProxy-Tools/main/noURL_Z.xml -``` -- 直连的IP: -```bash -https://raw.githubusercontent.com/boy86001/SmartProxy-Tools/main/yesIP_Z.xml -``` -- 直连的URL: -```bash -https://raw.githubusercontent.com/boy86001/SmartProxy-Tools/main/yesURL_Z.xml -``` - - - -## SwitchyOmega 白名单 -###### CN白名单列表,用于 SwitchyOmega 的白名单,不定更新 - -- 在 Chrome [安装](https://chrome.google.com/webstore/detail/proxy-switchyomega/padekgcemlokbadohgkifijomclgjgif) -- 在 Firefox [安装](https://addons.mozilla.org/en-US/firefox/addon/switchyomega/) -- 在插件的设置中,点击「新增情景模式」-「代理服务器」,名字自己设置 -- 点击「新增情景模式」-「自动切换」,名字自己设置 -- 规则列表设置为直连 -- 默认情景模式设置为刚才设置的代理服务器 -- 点击「添加规则列表」,在规则列表网址,输入: - -```bash -https://raw.githubusercontent.com/boy86001/SmartProxy-Tools/main/Switchy_Z.sorl -``` -- 点击「立即更新情景模式」点击左上角「界面」,将初始情景模式改为「自动切换」 - - - -## 致谢 -- [YiSanYuan](https://github.com/boy86001) -- [Loyalsoldier](https://github.com/Loyalsoldier/geoip) +# Disclaimer + +This disclaimer applies to the "SmartProxy-Tools" project on GitHub (hereinafter referred to as "the project"). The project link is: [SmartProxy-Tools](https://github.com/boy86001/SmartProxy-Tools) + +## SmartProxy Whitelist + +This section provides instructions for configuring the whitelist for the SmartProxy plugin: + +1. **Install the plugin**: + - [Install for Chrome](https://chromewebstore.google.com/detail/smartproxy/jogcnplbkgkfdakgdenhlpcfhjioidoj) + - [Install for Firefox](https://addons.mozilla.org/en-US/firefox/addon/smartproxy/) + +2. **Configure the whitelist**: + - In the plugin settings, click "Auto Switch" - "Subscribe Rule List" and set a name of your choice. + - For obfuscation, select "Base64". + - For format, select "AutoProxy/GFWList". + - In the URL input box, enter: + + ```bash + https://raw.githubusercontent.com/boy86001/SmartProxy-Tools/main/gfwlist.txt + ``` + + - Click "Save" - "Save Changes". + +## v2rayN/v2rayNG Whitelist + +This section explains how to configure the whitelist for v2rayN/v2rayNG: + +1. **Install the tools**: + - [Install v2rayN](https://github.com/2dust/v2rayN) + - [Install v2rayNG](https://github.com/2dust/v2rayNG) + +2. **Configure the whitelist**: + - Open the custom rule settings. + - Use commas `,` to separate URLs/IPs. + - For proxy URLs or IPs: + + ```bash + https://raw.githubusercontent.com/boy86001/SmartProxy-Tools/main/tlURL_Z.xml + ``` + + - For blocked URLs or IPs: + ```bash + https://raw.githubusercontent.com/boy86001/SmartProxy-Tools/main/noURL_Z.xml + ``` + - For direct connection IPs: + + ```bash + https://raw.githubusercontent.com/boy86001/SmartProxy-Tools/main/yesIP_Z.xml + ``` + + - For direct connection URLs: + + ```bash + https://raw.githubusercontent.com/boy86001/SmartProxy-Tools/main/yesURL_Z.xml + ``` + +## SwitchyOmega Whitelist + +This section provides instructions for configuring the whitelist for the SwitchyOmega plugin: + +1. **Install the plugin**: + - [Install for Chrome](https://chrome.google.com/webstore/detail/proxy-switchyomega/padekgcemlokbadohgkifijomclgjgif) + - [Install for Firefox](https://addons.mozilla.org/en-US/firefox/addon/switchyomega/) + +2. **Configure the whitelist**: + - In the plugin settings, click "Add New Profile" - "Proxy Server" and set a name of your choice. + - Click "Add New Profile" - "Auto Switch" and set a name of your choice. + - Set the rule list to direct connection. + - Set the default profile to the proxy server profile created earlier. + - Add the rule list by entering the following URL: + + ```bash + https://raw.githubusercontent.com/boy86001/SmartProxy-Tools/main/Switchy_Z.sorl + ``` + + - Click "Update Now" in the profile settings and change the initial profile to "Auto Switch" in the top left corner. + +## Acknowledgements + +Special thanks to: + +- [YiSanYuan](https://github.com/boy86001) +- [Loyalsoldier](https://github.com/Loyalsoldier/geoip) - - \ No newline at end of file +If you have any further questions or need assistance, please refer to the project's [GitHub page](https://github.com/boy86001/SmartProxy-Tools) or contact the relevant developers.