๋ณธ๋ฌธ ๋ฐ”๋กœ๊ฐ€๊ธฐ
๐Ÿง…๋‹คํฌ๋„ท, ๋‹คํฌ์›น/ํ”„๋ผ์ด๋ฒ„์‹œ

ํ”„๋ผ์ด๋ฒ„์‹œ - ์œˆ๋„์šฐ I2P, TOR ํ”„๋ก์‹œ ์ ‘์†๊ธฐ

by Janger 2023. 2. 10.
728x90
๋ฐ˜์‘ํ˜•

 

enableI2PProxy.bat
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_DWORD /d 1 /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyServer /t REG_SZ /d http=127.0.0.1:4444;https=127.0.0.1:4444;ftp=127.0.0.1:4444;socks=127.0.0.1:4444 /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyOverride /t REG_SZ /d localhost;127.0.0.1 /f

 

 

enableTORProxy.bat
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_DWORD /d 1 /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyServer /t REG_SZ /d socks=127.0.0.1:9050 /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyOverride /t REG_SZ /d localhost;127.0.0.1 /f

 

 

disableProxy.bat
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_DWORD /d 0 /f
reg DELETE "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyServer /f
reg DELETE "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyOverride /f

 

 

ํ”„๋ก์‹œ ์‹คํ–‰

I2P: C:\Program Files\i2p\i2prouter.bat ์‹คํ–‰

TOR: Tor Browser\Browser\TorBrowser\Tor\tor.exe ์‹คํ–‰

 

 

728x90
๋ฐ˜์‘ํ˜•