正则表达式-常用

^(?!#).+$
功能: 第一个字符不是#且非空行
解释:
^:表示匹配行的开头。
(?!#):负向前瞻,确保接下来的字符 不是 #。
.+:表示匹配至少一个字符(确保不是空行)。+ 表示至少匹配一个字符,. 表示匹配任意字符(除换行符外)。
$:表示匹配行的结尾。

 

github-content-proxy-SwitchyOmega

//==SwitchyOmega
https://github.com/FelisCatus/SwitchyOmega

//==gfwlist   , https://ghproxy.link/
https://ghp.ci/https://raw.githubusercontent.com/gfwlist/gfwlist/master/gfwlist.txt
https://ghfast.top/https://raw.githubusercontent.com/gfwlist/gfwlist/master/gfwlist.txt
https://gh-proxy.com/raw.githubusercontent.com/gfwlist/gfwlist/master/gfwlist.txt


https://pair.phonelink.microsoft.com/

https://addons.mozilla.org/en-US/firefox/addon/zeroomega/?utm_source=addons.mozilla.org&utm_medium=referral&utm_content=search

export GH_PROXY=https://ghfast.top/
https://ghfast.top/
https://ghproxy.link/

//==Plink-Proxy,8.8.8.8 is example-host
PLINK.EXE -X -v -ssh -2 -4 -agent -C root@8.8.8.8 -P 22 -D 127.0.0.1:7788 -N -i ./8.8.8.8.ppk

“.\PLINK.EXE” -v -C -ssh -2 -4 -agent -N -D 127.0.0.1:2081 -l username -pw password -P 2222  x.x.x.x