Disable Async DNS resolver in Google Chrome

On mac you can also change the policy setting by writing

defaults write com.google.Chrome BuiltInDnsClientEnabled -boolean false

in the terminal. Just checked and it seems to work. No need to create aliases.

2 Likes