관리자 명령프롬프트에서
[bash] netsh http add urlacl url=http://a.com:53351/ user=everyone netsh http add urlacl url=http://b.com:53351/ user=everyone netsh http show urlacl netsh http delete urlacl url=http://a.com:53351/ netsh http delete urlacl url=http://a.com:53351/ [/bash]
Hosts 파일에서
[bash] a.com 추가 b.com 추가 [/bash]