This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var direct = "DIRECT;"; | |
| var wall_proxy = function(){ return "__PROXY__"; }; | |
| var wall_v6_proxy = function(){ return "__PROXY__"; }; | |
| var nowall_proxy = function(){ return direct; }; | |
| var ip_proxy = function(){ return nowall_proxy(); }; | |
| var ipv6_proxy = function(){ return nowall_proxy(); }; | |
| /* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "inbounds": [ | |
| { | |
| "port": 22280, // 这里填写你的端口,也可以不变动 | |
| "protocol": "vmess", | |
| "settings": { | |
| "clients": [ | |
| { | |
| "id": "9bde209e-be6e-4351-9c4f-4d709a29132c", //请使用cat /proc/sys/kernel/random/uuid生成 | |
| "alterId": 64 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin | |
| export PATH | |
| # | |
| # Auto install Shadowsocks Server (all version) | |
| # | |
| # Copyright (C) 2016-2019 www.ffice.gy | |
| # | |
| # System Required: CentOS 6+, Debian7+, Ubuntu12+ | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # This file is accessible as https://install.direct/go.sh | |
| # Original source is located at github.com/v2ray/v2ray-core/release/install-release.sh | |
| # If not specify, default meaning of return value: | |
| # 0: Success | |
| # 1: System error | |
| # 2: Application error | |
| # 3: Network error |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| payload: | |
| - PROCESS-NAME,QQ,DIRECT | |
| - PROCESS-NAME,AutoPowerOff,DIRECT | |
| - PROCESS-NAME,AutoPowerOff.exe,DIRECT | |
| - PROCESS-NAME,BugReport,DIRECT | |
| - PROCESS-NAME,BugReport.exe,DIRECT | |
| - PROCESS-NAME,BugReporter,DIRECT | |
| - PROCESS-NAME,BugReporter.exe,DIRECT | |
| - PROCESS-NAME,crashpad_handler,DIRECT | |
| - PROCESS-NAME,crashpad_handler.exe,DIRECT |