πŸ§…λ‹€ν¬λ„·, 닀크웹/ν”„λΌμ΄λ²„μ‹œ

ν”„λΌμ΄λ²„μ‹œ - μœˆλ„μš° I2P, TOR ν”„λ‘μ‹œ 접속기

Janger 2023. 2. 10. 10:20
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