Tutorial
1. Download Install and Start
Copy the command line in the download interface of the official website, go to your terminal and execute, and then execute viewturbocore
.
2. Login successfully
After entering the user name and password, you will see basic user messages, including:
- Email: The email address you registered.
- Expiration: Account expiration date.
- Remaining Traffic: Remaining Traffic
- Running Status: Current proxy status.
- System Proxy: Whether to enable system-wide proxy programs.
- Git Proxy: Whether Git is proxyed.
- Proxy Mode: Proxy mode (preset as AI proxy). You can select other modes below Settings -> Select Proxy Mode.
- Location: Select your current country/region to optimize network access.
- Config Directory: You can specify the domain to proxy, bypass, or block in the settings profile.
- Environment Variables: Proxy environment variables, solve the problem that the local command line cannot be executed successfully due to network problems.
When using the console for the first time, try pressing the ↑ ↓
arrow keys to guide the tour. >
symbol will indicate the current selection, such as Start. Press ↓
to move to Stop, and then press Enter to stop the agent.
When using ViewTurbo for the first time, select your country and region. Use the ↑ ↓ key to navigate or type a country name and press Enter. ViewTurbo will automatically restart to apply these settings.
If you move to another country, go to Settings -> Select Current Location to update your location settings.
3. Test whether the proxy is valid
Ping directives are not proxyed. We recommend using the "curl" command for testing. To set up a console agent, use:
# Set proxy environment variables
export http_proxy=http://127.0.0.1:15732 https_proxy=http://127.0.0.1:15732
# Test the current IP
curl ifconfig.me -v -L
# Test Google Unicom
curl google.com -v -L
Further exploration
Using the console version opens up many possibilities. For example, consider writing a startup script!
viewturbocore -help
To access help information:
- -status: ViewTurboCore's current status.
- -stop: Stop the proxy.
Local monitoring
The console version of the network traffic analysis tool is very different from the GUI version. You need to manually set the domain in the config directory you find in the program. Edit user_block, user_local, user_proxy files according to requirements.
What are automatic, proxy, local, blockade?
- sys_proxy: Based on system configuration->proxy domain name.
- sys_local: Based on system configuration->address domain name.
- ai_proxy: Based on AI recognition->Proxy domain name.
- ai_local: Based on AI recognition -> local domain name.
- user_proxy: Based on user configuration->proxy domain name.
- user_local: Based on user configuration -> local domain name.
- user_block: Based on user configuration -> block domain name.
Configuration File
viewturbocore --status
The configuration file directory will be printed out, and we allow users to open the configuration file
user_*.txt files support regular expression input domain names.
- config.ini: General settings of ViewTurbo, User prohibits operations.
- Country.mmdb: Used for a GeoIP database based on location automatic proxy, Users prohibit operations.
- sys_local.txt and sys_proxy.txt: Encrypted archive containing basic system and proxy server information Users are prohibited from operations.
- user_block.txt: Specify the domain to block the proxy, and Allow users to operate ✅.
- user_local.txt: Specify the domain accessed through the local network, bypass the proxy Allow users to operate ✅.
- user_proxy.txt: Specify the domain to be routed through the proxy Allow users to operate ✅.