Skip to content

Commit ef4f4b4

Browse files
小调整
1 parent c3c13fe commit ef4f4b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mitmproxy/test/dnsTest.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const dnsProviders = dns.initDNS({
7777

7878
// udp
7979
googleUDP: {
80-
type: 'udp',
80+
// type: 'udp', // 默认是udp可以不用标
8181
server: '8.8.8.8',
8282
cacheSize: 1000,
8383
},

0 commit comments

Comments
 (0)