We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c13fe commit ef4f4b4Copy full SHA for ef4f4b4
packages/mitmproxy/test/dnsTest.mjs
@@ -77,7 +77,7 @@ const dnsProviders = dns.initDNS({
77
78
// udp
79
googleUDP: {
80
- type: 'udp',
+ // type: 'udp', // 默认是udp可以不用标
81
server: '8.8.8.8',
82
cacheSize: 1000,
83
},
0 commit comments