diff --git a/QuantumultX_sample b/QuantumultX_sample new file mode 100644 index 0000000..d4a6f42 --- /dev/null +++ b/QuantumultX_sample @@ -0,0 +1,60 @@ +[general] +server_check_url=http://www.gstatic.com/generate_204 +;network_check_url=http://bing.com/ +;dns_exclusion_list=*.qq.com, qq.com +;ssid_suspended_list=LINK_22E174, LINK_22E175 +;udp_whitelist=53, 123, 1900, 80-443 + +[dns] +server=223.5.5.5 +server=114.114.114.114 +server=119.29.29.29 +server=8.8.8.8 +;server=8.8.4.4:53 +;server=/example1.com/8.8.4.4 +;server=/*.example2.com/223.5.5.5 +;server=/example4.com/[2001:4860:4860::8888]:53 +;address=/example5.com/192.168.16.18 +;address=/example6.com/[2001:8d3:8d3:8d3:8d3:8d3:8d3:8d3] + +[policy] +;static=policy-name-1, Sample-A, Sample-B, Sample-C +;available=policy-name-2, Sample-A, Sample-B, Sample-C +;round-robbin=policy-name-3, Sample-A, Sample-B, Sample-C +;ssid=policy-name-4, Sample-A, Sample-B, LINK_22E171:Sample-B, LINK_22E172:Sample-C + +[server_remote] +;https://raw.githubusercontent.com/crossutility/Quantumult-X/master/server.txt, tag=Sample-01 +;https://raw.githubusercontent.com/crossutility/Quantumult-X/master/server-complete.txt, tag=Sample-02 + +[filter_remote] +;https://raw.githubusercontent.com/crossutility/Quantumult-X/master/filter.txt, tag=Sample + +[server_local] +;shadowsocks=a.example.com:80, method=chacha20, password=pwd, obfs=http, obfs-host=bing.com, obfs-uri=/resource/file, fast-open=false, udp-relay=false, server_check_url=http://www.apple.com/generate_204, tag=Sample-A +;shadowsocks=b.example.com:80, method=chacha20, password=pwd, obfs=http, obfs-host=bing.com, obfs-uri=/resource/file, fast-open=false, udp-relay=false, tag=Sample-B +;shadowsocks=c.example.com:443, method=chacha20, password=pwd, obfs=tls, obfs-host=bing.com, fast-open=false, udp-relay=false, tag=Sample-C +;shadowsocks=d.example.com:80, method=chacha20, password=pwd, obfs=ws, obfs-host=bing.com, obfs-uri=/ws, fast-open=false, udp-relay=false, tag=Sample-D +;shadowsocks=e.example.com:80, method=chacha20, password=pwd, obfs=ws, obfs-host=bing.com, fast-open=false, udp-relay=false, tag=Sample-E +;shadowsocks=f.example.com:443, method=chacha20, password=pwd, obfs=wss, obfs-host=bing.com, obfs-uri=/ws, fast-open=false, udp-relay=false, tag=Sample-F + +[filter_local] +;user-agent, ?abc*, proxy +;host, www.google.com, proxy +;host-keyword, adsite, reject +host-suffix, googleapis.com, proxy +host-suffix, instagram.com, proxy +host-suffix, cdninstagram.com, proxy +host-suffix, fbcdn.net, proxy +host-suffix, facebook.com, proxy +host-suffix, fb.com, proxy +host-suffix, twitch.tv, proxy +host-suffix, gstatic.com, proxy +host-keyword, google, proxy +ip-cidr, 10.0.0.0/8, direct +ip-cidr, 127.0.0.0/8, direct +ip-cidr, 172.16.0.0/12, direct +ip-cidr, 192.168.0.0/16, direct +ip-cidr, 224.0.0.0/24, direct +geoip, cn, direct +final, proxy \ No newline at end of file