This file contains 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 smtplib | |
from email.mime.text import MIMEText | |
# List of recipients to whom the email will be sent. | |
# ATTENTION: should replace this with your email | |
RECIPIENTS = ["xxx@gmail.com"] | |
# Define the subject and body of the email. | |
SUBJECT = "ACTIONS NEED TO BE TAKEN!" | |
BODY = "This is the body of the text message" |
This file contains 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
@@||hetzner.company^ | |
@@||hetzner.com^ | |
@@||hetzner.cloud^ |
This file contains 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 | |
# 读取地址文件 | |
addresses_file="addresses.txt" | |
# 遍历每个地址 | |
while IFS= read -r address; do | |
# 用占位符替换实际地址 | |
url="https://www.layerzero.foundation/api/allocation/$address" |
This file contains 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
; 2023-06-20 | |
[custom] | |
;不要随意改变关键字,否则会导致出错 | |
;acl4SSR规则-在线更新版 | |
;去广告:支持 | |
;自动测速:支持 | |
;微软分流:支持 | |
;苹果分流:支持 | |
;增强中国IP段:不支持 |
This file contains 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
*://www.osgeo.cn/* | |
*://www.toppr.com/* | |
*://notebook.community/* | |
*://so.toutiao.com/* | |
*://m.toutiao.com/* | |
*://blog.csdn.net/* | |
*://www.modb.pro/* | |
*://zhidao.baidu.com/* | |
*://developer.aliyun.com/article/* | |
*://bbs.huaweicloud.com/blogs/* |
This file contains 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
{% if request.target == "clash" or request.target == "clashr" %} | |
port: {{ default(global.clash.http_port, "7890") }} | |
socks-port: {{ default(global.clash.socks_port, "7891") }} | |
allow-lan: {{ default(global.clash.allow_lan, "true") }} | |
mode: Rule | |
log-level: {{ default(global.clash.log_level, "info") }} | |
external-controller: :9090 | |
{% if default(request.clash.dns, "") == "1" %} |
This file contains 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
.col-lg-3.mb-4 { | |
width: 33%; | |
min-width: 33%; | |
} | |
.card { | |
flex-direction: row; | |
height: 100%; | |
overflow: hidden; | |
} |
This file contains 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
# If you would like to use this list as your QuanX filter refer, plz use the following link: | |
# https://subconverter.d0zingcat.xyz/getruleset?type=2&url=aHR0cHM6Ly9naXN0LmdpdGh1YnVzZXJjb250ZW50LmNvbS9kMHppbmdjYXQvYTdlNDdkNjhkMmVjY2YwMzU5ZjRhZDIzYmUyNTQ3ZjgvcmF3L3Byb3h5LnBlcnNvbmFsLnN1YmNvbnZlcnRlci5saXN0&group=UHJveHk= | |
# The ProxyGroup name is "Proxy", parsed by subconverter, from Clash rules to QuanX ruleset. | |
# Proxy | |
DOMAIN-SUFFIX,z-lib.org | |
DOMAIN-SUFFIX,hostloc.com | |
# Crypto |
This file contains 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
# 2023-06-20 | |
# Direct | |
DOMAIN-SUFFIX,icanhazip.com | |
DOMAIN-SUFFIX,myqnapcloud.com | |
DOMAIN-SUFFIX,api.myqnapcloud.com | |
DOMAIN-SUFFIX,qnap.com | |
DOMAIN-SUFFIX,vxtrans.com | |
IP-CIDR,34.234.81.128/24 | |
#SRC-PORT,9993 | |
#DEST-PORT,9993 |
This file contains 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
[custom] | |
;不要随意改变关键字,否则会导致出错 | |
;acl4SSR规则-在线更新版 | |
;去广告:支持 | |
;自动测速:支持 | |
;微软分流:支持 | |
;苹果分流:支持 | |
;增强中国IP段:不支持 | |
;增强国外GFW:不支持 |
NewerOlder