Skip to content

Instantly share code, notes, and snippets.

{% 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" %}
@d0zingcat
d0zingcat / clash_proxy_chain.subconverter.ini
Last active October 18, 2023 08:36
clash proxy chain config for subconverter
; 2023-06-20
[custom]
;不要随意改变关键字,否则会导致出错
;acl4SSR规则-在线更新版
;去广告:支持
;自动测速:支持
;微软分流:支持
;苹果分流:支持
;增强中国IP段:不支持
@d0zingcat
d0zingcat / uBlacklist.me
Last active August 7, 2023 06:56
My personal ublacklist subscription extension list
*://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/*
# 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
# 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
@d0zingcat
d0zingcat / my_general_subconverter_config.ini
Last active April 22, 2023 16:46
my rules for subconverter
[custom]
;不要随意改变关键字,否则会导致出错
;acl4SSR规则
managed_config_prefix=https://subconverter.d0zingcat.xyz
;去广告:支持
;自动测速:支持
;微软分流:支持
;苹果分流:支持
;增强中国IP段:支持
@d0zingcat
d0zingcat / personal.subconverter.ini
Last active April 22, 2023 16:45
personal subconverter profile
[custom]
;不要随意改变关键字,否则会导致出错
;acl4SSR规则-在线更新版
;去广告:支持
;自动测速:支持
;微软分流:支持
;苹果分流:支持
;增强中国IP段:不支持
;增强国外GFW:不支持
@d0zingcat
d0zingcat / personal.quanx.list
Last active March 9, 2023 07:12
My personal rules for quantumultx
# WARNING: Deprecated
# If you desire to use this file 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", and the rules were from [here](https://gist.github.com/d0zingcat/a7e47d68d2eccf0359f4ad23be2547f8) parsed by subconverter, from Clash rules to QuanX ruleset.
# Crypto
## NFTs
DOMAIN-SUFFIX,opensea.io,Crypto
DOMAIN-SUFFIX,looksrare.org,Crypto
DOMAIN-SUFFIX,gem.xyz,Crypto
https://www.google.com.hk/search?newwindow=1&q=compile+nginx&oq=compile+nginx&gs_l=psy-ab.3...391087.392005.0.392239.7.6.0.0.0.0.288.288.2-1.1.0....0...1.1.64.psy-ab..7.0.0.LWGlKWnAerY | compile nginx - Google Search
https://www.nginx.com/resources/admin-guide/installing-nginx-open-source/ | How to Install NGINX Open Source | NGINX
https://www.digitalocean.com/community/tutorials/how-to-configure-nginx-as-a-web-server-and-reverse-proxy-for-apache-on-one-ubuntu-16-04-server | How To Configure Nginx as a Web Server and Reverse Proxy for Apache on One Ubuntu 16.04 Server | DigitalOcean
https://www.digitalocean.com/community/tutorials/how-to-set-up-nginx-server-blocks-virtual-hosts-on-ubuntu-16-04 | How To Set Up Nginx Server Blocks (Virtual Hosts) on Ubuntu 16.04 | DigitalOcean
https://www.digitalocean.com/community/tutorials/how-to-install-nginx-on-ubuntu-16-04 | How To Install Nginx on Ubuntu 16.04 | DigitalOcean
https://www.digitalocean.com/community/tutorials/how-to-configure-the-nginx-web-server-on-a-virtua
.col-lg-3.mb-4 {
width: 33%;
min-width: 33%;
}
.card {
flex-direction: row;
height: 100%;
overflow: hidden;
}