Replies: 4 comments
-
简单点可以套娃,几个mosdns套起来,上游的mosdns开缓存就行了。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
把fakeip的解析放在缓存命中之前。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
需要这样,- matches "!xxx"; exec: cache |
Beta Was this translation helpful? Give feedback.
0 replies
-
如上的顺序,就不会去cache查找。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
缓存
type: cache
args:
size: 131072
lazy_cache_ttl: 3600
cache_everything: true
lazy_cache_reply_ttl: 5
cache 的 fakeip抛弃
type: "sequence"
args:
exec: drop_resp # 如返回的 IP 为fakeip,则抛弃。
我的解决办法是上面这样,但是实际运行下来会报错,我应该怎么修改呢?
Beta Was this translation helpful? Give feedback.
All reactions