Commit 52f59ee 1 parent 7299ff9 commit 52f59ee Copy full SHA for 52f59ee
File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -70,14 +70,14 @@ plugins:
70
70
files :
71
71
- " /etc/mosdns/rule/redirect.txt"
72
72
73
- # 缓存
74
- - tag : cache
75
- type : cache
76
- args :
77
- size : 102400
78
- lazy_cache_ttl : 0
79
- dump_file : " /etc/mosdns/rule/cache.dump"
80
- dump_interval : 3600
73
+ # # 缓存
74
+ # - tag: cache
75
+ # type: cache
76
+ # args:
77
+ # size: 102400
78
+ # lazy_cache_ttl: 0
79
+ # dump_file: "/etc/mosdns/rule/cache.dump"
80
+ # dump_interval: 3600
81
81
82
82
# 有响应终止返回
83
83
- tag : has_resp_sequence
@@ -138,15 +138,15 @@ plugins:
138
138
- tag : local_sequence
139
139
type : sequence
140
140
args :
141
- - exec : $cache
141
+ # - exec: $cache
142
142
- exec : jump has_resp_sequence
143
143
- exec : $forward_local
144
144
145
145
# 国内解析
146
146
- tag : cn_sequence
147
147
type : sequence
148
148
args :
149
- - exec : $cache
149
+ # - exec: $cache
150
150
- exec : jump has_resp_sequence
151
151
- matches : " !qname $duallist"
152
152
exec : prefer_ipv4
You can’t perform that action at this time.
0 commit comments