mirror of
https://github.com/FastTunnel/FastTunnel.git
synced 2025-02-08 10:59:31 +08:00
9 lines
425 B
Batchfile
9 lines
425 B
Batchfile
@echo off
|
|
echo 127.0.0.1 test.cc >>C:\Windows\System32\drivers\etc\hosts
|
|
echo 127.0.0.1 test.test.cc >>C:\Windows\System32\drivers\etc\hosts
|
|
echo 127.0.0.1 test1.test.cc >>C:\Windows\System32\drivers\etc\hosts
|
|
echo 127.0.0.1 test111.test.cc >>C:\Windows\System32\drivers\etc\hosts
|
|
echo 127.0.0.1 test111.test.cc >>C:\Windows\System32\drivers\etc\hosts
|
|
echo 127.0.0.1 www.abc.com >>C:\Windows\System32\drivers\etc\hosts
|
|
|
|
pause |