Closed atuchin-m closed 1 year ago
before (doesn't work):
--host-resolver-rules="MAP cache.pack.google.com 127.0.0.1","MAP clients1.google.com 127.0.0.1","MAP update.googleapis.com 127.0.0.1","MAP content-autofill.googleapis.com 127.0.0.1","MAP redirector.gvt1.com 127.0.0.1","MAP laptop-updates.brave.com 127.0.0.1","MAP offlinepages-pa.googleapis.com 127.0.0.1","MAP edge.microsoft.com 127.0.0.1","MAP optimizationguide-pa.googleapis.com 127.0.0.1"
after (OK):
--host-resolver-rules="MAP cache.pack.google.com 127.0.0.1,MAP clients1.google.com 127.0.0.1,MAP update.googleapis.com 127.0.0.1,MAP content-autofill.googleapis.com 127.0.0.1,MAP redirector.gvt1.com 127.0.0.1,MAP laptop-updates.brave.com 127.0.0.1,MAP offlinepages-pa.googleapis.com 127.0.0.1,MAP edge.microsoft.com 127.0.0.1,MAP optimizationguide-pa.googleapis.com 127.0.0.1"
The changes could be verified:
ERR_CONNECTION_REFUSED
Thanks @atuchin-m I can fix the linting issue.
before (doesn't work):
after (OK):
The changes could be verified:
ERR_CONNECTION_REFUSED