@@*$document,domain=~baidu.com|~91.com|~hao123.com
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
| import os.path, requests, json | |
| catalogList = [ | |
| { | |
| "Name": "高频考点", | |
| "items": [ | |
| { | |
| "Icon": "1", | |
| "CatalogId": "25", | |
| "Taxis": "1", |
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
| #!/sbin/openrc-run | |
| pidfile="/run/$RC_SVCNAME.pid" | |
| command="/usr/bin/polipo" | |
| config="/etc/polipo.conf" | |
| depend() { | |
| need net | |
| } |
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
| { | |
| "type": "field", | |
| "ip": [ | |
| "1.0.1.0/24", | |
| "1.0.2.0/23", | |
| "1.0.8.0/21", | |
| "1.0.32.0/19", | |
| "1.1.0.0/24", | |
| "1.1.2.0/23", | |
| "1.1.4.0/22", |
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
| ```json | |
| "routing": { | |
| "domainStrategy": "IPIfNonMatch", | |
| "rules": [ | |
| { | |
| "type": "field", | |
| "protocol": [ | |
| "bittorrent" | |
| ], |
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
| { | |
| "log": { | |
| "loglevel": "error" | |
| }, | |
| "inbounds": [ | |
| { | |
| "tag": "laVPSSocksIn", | |
| "protocol": "socks", | |
| "listen": "0.0.0.0", | |
| "port": 1080, |
laptop ssh -> laptop stunnel -> evil network -> internet -> your server -> your server ssh
Sets up a stunnel process listening externally on port 2443/tcp, forwards to localhost 22/tcp
- Install stunnel, e.g.
yum install stunnel - Install server config snippet to
/etc/stunnel/stunnel.conf
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
| 内容才是重要的 |
OlderNewer