Untitled

 avatar
unknown
plain_text
a year ago
2.9 kB
10
Indexable
pname('NetworkManager','systemd-resolved','dnsmasq','zerotier-one') -> must_direct
	
	ipversion(6) -> direct

	### 目标非常用端口都走直连,避免BT流量走代理
	!dport(21,22,23,53,80,123,143,194,443,465,587,853,993,995,998) -> direct
	
	domain(ext:'geosite.dat:category-ads-all') -> block
	domain(full: dns.google.com) -> proxy
	domain(ext:'geosite:github') -> proxy
	domain(ext:'geosite:telegram') -> proxy
	dip(ext:'geoip:telegram') -> proxy

        ### emby
	domain(
         suffix: odysseyplus.site,
         suffix: cc.coemn.com,
         keyword: carryz,
         suffix: poloemby.xyz,
         suffix: emby.wtf,
         suffix: cf.jmsooo.com,
         suffix: cf.xmsl.org,
         suffix: film.ohhhh.org,
         suffix: catlinks.co.uk,
         suffix: emby.9191001.xyz,
         suffix: embyplus.org,
         suffix: v4.mius.uk,
         suffix: 789.123456.al,
         suffix: pay.charontv.com) -> emby
                
        ### chatGPT
        domain(
           openai.com,
           pay.openai.com,
           chat.openai.com,
           challenges.cloudflare.com,
           auth0.openai.com,
           platform.openai.com,
           # Add ai.com
           ai.com,
           # Add stripe.com
           invoice.stripe.com,
           stripe.com,
           # Add justmysocks.ne
           justmysocks.ne) -> chatgpt

        ### pt站点
	domain(
	 suffix: btschool.club,
         suffix: m-team.io,
         suffix: m-team.cc,
         suffix: soulvoice.club,
         suffix: hddolby.com,
         suffix: pthome.net,
         suffix: hdatmos.club,
         suffix: ourbits.club,
         suffix: hdhome.org,
         suffix: pttime.org,
         suffix: audiences.me,
         suffix: ptsbao.club,
         suffix: discfan.net,
         suffix: chdbits.co,
         keyword: chdbits,
         suffix: open.cd,
         suffix: hdsky-me,
         suffix: hdchina.org,
         suffix: beitai.pt,
         suffix: springsunday.net,
         suffix: totheglory.im,
         suffix: keepfrds.com,
         suffix: et8.org,
         suffix: pterclub.com,
         suffix: nicept.net,
         suffix: skyey2.com,
         suffix: u2.dmhy.org,
         keyword: dmhy,
         suffix: club.hares.top,
         suffix: dicmusic.com,
         suffix: nanyangpt.com,
         suffix: wintersakura.net) -> direct
        ### DSCP规则(匹配 DSCP,可用于绕过 BT),
        dscp(0x4) -> direct
        ### 源端口规则
        sport(54121) -> direct
        ### 源 IP 规则
        #sip(192.168.172.132/24) -> direct
        domain(ext:'geosite:cn') -> direct
        ### 一般情况下gfw够用
	domain(ext:'geosite:gfw') -> proxy
	dip(ext:'geoip:cn') -> direct
        dip(ext:'geoip:private') -> direct
        #domain(geosite:cn) -> direct
	
        #domain(ext:'geosite:category-games') -> direct
	#domain(ext:'geosite:geolocation-!cn') -> proxy
	
	fallback: proxy
Editor is loading...
Leave a Comment