관리자 모드로
1 2 3 4 5 |
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/ |
hosts 파일에 추가
1 2 |
a.com b.com |
Leave a Reply