backup
This commit is contained in:
parent
b1e84594e0
commit
da204885dc
|
@ -0,0 +1,22 @@
|
|||
# Profile Template for Clash Verge
|
||||
|
||||
mixed-port: 7890
|
||||
allow-lan: false
|
||||
|
||||
proxies:
|
||||
- name: US-DMIT
|
||||
type: http
|
||||
server: 127.0.0.1
|
||||
port: 35018
|
||||
- name: Tor
|
||||
type: socks5
|
||||
server: 127.0.0.1
|
||||
port: 9050
|
||||
|
||||
proxy-groups: []
|
||||
rules:
|
||||
- IP-CIDR,154.17.27.90/32,DIRECT
|
||||
- DOMAIN-SUFFIX,pincong.rocks,Tor
|
||||
- GEOSITE,geolocation-cn,Tor
|
||||
- GEOIP,cn,Tor
|
||||
- MATCH,US-DMIT
|
|
@ -0,0 +1,16 @@
|
|||
# Profile Enhancement Merge Template for Clash Verge
|
||||
|
||||
profile:
|
||||
store-selected: true
|
||||
|
||||
dns:
|
||||
use-system-hosts: false
|
||||
enable: true
|
||||
default-nameserver:
|
||||
- 8.8.8.8
|
||||
- 1.1.1.1
|
||||
- 223.5.5.5
|
||||
nameserver:
|
||||
- https://1.1.1.1/dns-query
|
||||
- https://cloudflare-dns.com/dns-query
|
||||
- https://dns.google/dns-query
|
Loading…
Reference in New Issue