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
ciallo.party | |
rousi.zip | |
ciallo.party | |
sparkmailapp.com | |
emby.heisi.org | |
cf.imetyou.top | |
scaleway.com | |
notion.site |
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
proxy-groups: | |
- name: 节点选择 | |
icon: https://fastly.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Proxy.png | |
type: select | |
proxies: | |
- 自动选择 | |
- 香港节点 | |
- 台湾节点 | |
- 狮城节点 | |
- 日本节点 |
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
i@imzcc.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
payload: | |
- DOMAIN-SUFFIX,adapi.izuiyou.com | |
- DOMAIN-SUFFIX,sentry.io |
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
proxies: | |
- name: "dm.imzcc.com" | |
type: vmess | |
server: dm.imzcc.com | |
port: 59492 | |
uuid: 3cd1a2f0-499f-4eb0-862a-cdd0ecd821c7 | |
alterId: 0 | |
cipher: auto | |
# udp: true | |
tls: false |
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 | |
# apt install dnsutils | |
# 域名和TXT记录 | |
domain="pubkey.imzcc.com" | |
txt_record=$(dig +short TXT "$domain" | tr -d '"' | sed 's/^[[:space:]]*//') | |
# 检查是否成功获取TXT记录 | |
if [ -z "$txt_record" ]; then | |
echo "无法获取域名的TXT记录。" | |
exit 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
shadowsocks=salx.cn:8381, method=aes-256-gcm, password=imzcc1998, fast-open=false, udp-relay=false, tag=HOME | salx | j4125 |
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
find /home/dwzx/DTP/ -name "ems_server_20*" -ctime +0 -exec rm -rf {} \; |
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
kill -9 $(lsof -t -i:25011 -sTCP:LISTEN) |
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
for /f "tokens=5" %%P IN ('netstat -a -n -o ^| findstr :25011') DO (TaskKill.exe /PID %%P -t -f) |