After App uses Network.framework PrivacyContext Api, dns has been encrypted, that is good.
But when using wkwebview to load web page, wireshark captures normal dns request sent by wkwebview.
Does wkwebview use DoH to resolve domain? if can, how to config params?
If can not, is there anyway to stop wkwebview sending normal dns, such as local proxy.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
let options = NWProtocolTCP.Options()
options.connectionTimeout = 10
When I run the above code in Xcode15, it crash with EXC_BAD_ACCESS (code=1, address=0x0)
Why did it crash?