v2ray-plugin CentOS-7
比如 cloudflare,
- cloudflare DNS-> 添加一条 A 记录;name=域名,value=vpsIP,ttl=automatic,status=onlyDns
- cloudflare Crypto -> SSL = Flexible; 总是开启 HTTPS
| defaults write com.apple.LaunchServices LSHandlers -array-add '{LSHandlerContentType=public.plain-text;LSHandlerRoleAll=com.sublimetext.3;}' |
| #!/bin/bash | |
| # echo && echo -e "\033[41;36m 请务必仔细阅读相关注释后再运行此脚本,本人不对此脚本运行后所产生的后果负责! \033[0m" && echo && exit 0 # 删除本行后运行 | |
| B=USCA_8 | |
| bwh_id=xxxxxxx #请到bwh后台 API 里找到 ID 并在此填写 | |
| bwh_key=xxxxxxxxxx #请到bwh后台 API 里找到 KEY 并在此填写 | |
| info() { | |
| A=(`wget -qO- "https://api.64clouds.com/v1/migrate/getLocations?&veid=${bwh_id}&api_key=${bwh_key}" | cut -d":" -f3 | cut -d"," -f1 | sed 's/\"//g'`) | |
| } |
| #!/usr/bin/env python | |
| #coding:utf-8 | |
| import sys | |
| import os | |
| import glob | |
| import platform | |
| import re | |
| import random | |
| import string |
| #/bin/bash | |
| launchctl stop com.qiuyuzhou.shadowsocksX-NG.local | |
| launchctl stop com.qiuyuzhou.shadowsocksX-NG.http | |
| launchctl stop com.qiuyuzhou.shadowsocksX-NG.kcptun | |
| sudo rm -rf /Applications/ShadowsocksX-NG*.app | |
| sudo rm -rf /Library/Application\ Support/ShadowsocksX-NG | |
| sudo rm -rf ~/Library/Application\ Support/ShadowsocksX-NG | |
| sudo rm -rf ~/Library/LaunchAgents/com.qiuyuzhou.shadowsocksX-NG.* |