You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
例如,如果使用IPIfNonMatch或者IPOnDemand模式,dns模块简单配置如下:
"dns": { "servers": [ "fakedns", "8.8.8.8" ], "queryStrategy": "UseIPv4", "tag": "dns-server" }
这种情况下,fakedns会干扰routing基于dns模块的决策吗?
触发IPIfNonMatch或者IPOnDemand会导致得到一个fake ip 用于路由决策吗?
Beta Was this translation helpful? Give feedback.
All reactions