cat /etc/hosts
127.0.0.1 localhost
127.0.1.1 hwy.hwy hwy
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
127.0.0.1 hwy.local
127.0.0.1
www.hwy.local
My wordpress build locally.
hwy.local/wp or 127.0.0.1/wp can visit my wordpress.
All actions changed after switchyproxy installed on my chrome.
Here is my switchyproxy setting.
Notice: `No Proxy for localhost; 127.0.0.1; <local>`
Input `127.0.0.1/wp` in chrome ,no problem ,the wordpress can be visited.
An error occured when to input `hwy.local/wp` in chrome.
It is no use to add `hwy.local` in `no proxy for`.
`No Proxy for localhost; 127.0.0.1; <local>;hwy.local`
How can i make `hwy.local/wp` visited when switchyproxy is running ?