shadowrocket http_simple example
Sure! Here's an example of using Shadowrocket with the http_simple plugin:
-
First, make sure you have Shadowrocket installed on your device. You can find it on the App Store for iOS or on the official Shadowrocket website for Android.
-
Open Shadowrocket and go to the "Config" tab.
-
Tap on the "+" button in the top right corner to create a new configuration.
-
In the "General" section, enter a name for your configuration (e.g., "http_simple").
-
Scroll down to the "Proxy Rule" section and tap on "Add Rule".
-
In the "Rule Type" menu, select "URL".
-
In the "URL" field, enter the URL or domain that you want to use the http_simple plugin for (e.g., "example.com").
-
Scroll down to the "Plugin" section and tap on "Add Plugin".
-
In the "Plugin Type" menu, select "http_simple".
-
In the "Plugin Config" field, enter the configuration for http_simple. For example, you can use the following configuration:
{
"enable": true,
"password": "your_password",
"method": "aes-256-cfb",
"plugin": "http_simple",
"plugin_opts": "obfs=http;obfs-host=www.example.com"
}
Make sure to replace "your_password" with your actual password and "www.example.com" with the host you want to obfuscate.
-
Tap on the "Done" button to save the configuration.
-
Now you can go back to the "Home" tab and tap on the toggle switch next to your configuration to enable it.
That's it! You have successfully set up Shadowrocket with the http_simple plugin. Now, whenever you visit the specified URL or domain, your traffic will be encrypted and obfuscated according to the http_simple configuration
原文地址: https://www.cveoy.top/t/topic/iFGL 著作权归作者所有。请勿转载和采集!