完整可用版本,v1.0.0
This commit is contained in:
parent
87060094d7
commit
9a73082c3c
12 changed files with 1618 additions and 64 deletions
13
tnt/bypass.list
Normal file
13
tnt/bypass.list
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
*zhihu.com
|
||||
*zhimg.com
|
||||
*jd.com
|
||||
100ime-iat-api.xfyun.cn
|
||||
*360buyimg.com
|
||||
localhost
|
||||
*.local
|
||||
127.*
|
||||
10.*
|
||||
172.*
|
||||
192.168.*
|
||||
*.pcl.ac.cn
|
||||
*.lihato.icu
|
||||
BIN
tnt/cache.db
Normal file
BIN
tnt/cache.db
Normal file
Binary file not shown.
48
tnt/config.yaml
Normal file
48
tnt/config.yaml
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
mixed-port: 7890
|
||||
socks-port: 7891
|
||||
allow-lan: false
|
||||
bind-address: 127.0.0.1
|
||||
mode: rule
|
||||
log-level: error
|
||||
external-controller: 127.0.0.1:9090
|
||||
secret: ''
|
||||
proxy-providers:
|
||||
tnt:
|
||||
type: http
|
||||
url: https://linkuserssnk.xxyjx.cc/s/jBdoEVwWpmI3-67ef99c2?clash=1
|
||||
interval: 86400
|
||||
path: /mnt/data_4t/bfile/others/mihomo/tnt/providers/tnt.yaml
|
||||
proxy-groups:
|
||||
- name: Proxy
|
||||
type: select
|
||||
use:
|
||||
- tnt
|
||||
- name: Final
|
||||
type: select
|
||||
proxies:
|
||||
- Proxy
|
||||
- DIRECT
|
||||
rules:
|
||||
- DOMAIN-SUFFIX,zhihu.com,DIRECT
|
||||
- DOMAIN-SUFFIX,zhimg.com,DIRECT
|
||||
- DOMAIN-SUFFIX,jd.com,DIRECT
|
||||
- DOMAIN,100ime-iat-api.xfyun.cn,DIRECT
|
||||
- DOMAIN-SUFFIX,360buyimg.com,DIRECT
|
||||
- DOMAIN,localhost,DIRECT
|
||||
- DOMAIN-SUFFIX,local,DIRECT
|
||||
- IP-CIDR,127.0.0.0/8,DIRECT,no-resolve
|
||||
- IP-CIDR,10.0.0.0/8,DIRECT,no-resolve
|
||||
- IP-CIDR,172.16.0.0/12,DIRECT,no-resolve
|
||||
- IP-CIDR,192.168.0.0/16,DIRECT,no-resolve
|
||||
- DOMAIN-SUFFIX,pcl.ac.cn,DIRECT
|
||||
- DOMAIN-SUFFIX,lihato.icu,DIRECT
|
||||
- IP-CIDR,100.64.0.0/10,DIRECT,no-resolve
|
||||
- IP-CIDR,224.0.0.0/4,DIRECT,no-resolve
|
||||
- IP-CIDR6,::1/128,DIRECT,no-resolve
|
||||
- IP-CIDR6,fc00::/7,DIRECT,no-resolve
|
||||
- IP-CIDR6,fe80::/10,DIRECT,no-resolve
|
||||
- MATCH,Final
|
||||
dns:
|
||||
enable: false
|
||||
fallback: []
|
||||
fallback-filter: null
|
||||
5
tnt/mihomo.log
Normal file
5
tnt/mihomo.log
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
time="2026-07-02T16:12:00.433908196+08:00" level=info msg="Start initial configuration in progress"
|
||||
time="2026-07-02T16:12:00.434187625+08:00" level=info msg="Geodata Loader mode: memconservative"
|
||||
time="2026-07-02T16:12:00.434212901+08:00" level=info msg="Geosite Matcher implementation: succinct"
|
||||
time="2026-07-02T16:12:00.434485297+08:00" level=info msg="Initial configuration complete, total time: 0ms"
|
||||
time="2026-07-07T11:36:10.431082539+08:00" level=error msg="[Provider] tnt pull error: Get \"https://linkuserssnk.xxyjx.cc/s/jBdoEVwWpmI3-67ef99c2?clash=1\": EOF"
|
||||
1544
tnt/providers/tnt.yaml
Normal file
1544
tnt/providers/tnt.yaml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue