WindowsSpyBlocker
Block spying and tracking on Windows
파일 탐색기
최종 버전 다운로드 (.zip)- bug_report.md
- build.yml
- docs.yml
- labels.yml
- released.yml
- CODEOWNERS
- dependabot.yml
- FUNDING.yml
- labels.yml
- SUPPORT.md
- app.ico
- latest
- logo.png
- bindata.go
- diff.go
- event.go
- proxifier.go
- event.go
- evtx.go
- sysmon.go
- firewall.go
- hosts.go
- hosts_aaaa.go
- incompatible.go
- test.go
- event.go
- interfaces.go
- wireshark.go
- dev.go
- extractdata.go
- merge.go
- mergestructs.go
- firewall.go
- ncsi.go
- telemetry.go
- dnsres.go
- resolutions.go
- ip6.go
- menu.go
- app.go
- cmd.go
- config.go
- data.go
- structs.go
- file.go
- netu.go
- pathu.go
- print.go
- stringsu.go
- timeu.go
- windows.go
- whois.go
- settings.json
- chocolateyInstall.ps1
- chocolateyUninstall.ps1
- VERIFICATION.txt
- windowsspyblocker.nuspec
- extra.txt
- spy.txt
- update.txt
- extra.txt
- spy.txt
- update.txt
- extra.txt
- spy.txt
- update.txt
- extra.txt
- extra_v6.txt
- spy.txt
- spy_v6.txt
- update.txt
- update_v6.txt
- extra.txt
- spy.txt
- update.txt
- dnsmasq.conf
- firewall.user
- dnsmasq.conf
- firewall.user
- dnsmasq.conf
- firewall.user
- extra.txt
- spy.txt
- update.txt
- domains.txt
- ips.txt
- domains.txt
- ips.txt
- domains.txt
- ips.txt
- blocklist.xml
- blocklist.xml
- blocklist.xml
- main.html
- index.md
- proxifier.md
- sysmon.md
- wireshark.md
- firewall.md
- index.md
- ncsi.md
- index.md
- proxifier-file-log.png
- proxifier-menu-services.png
- proxifier-menu.png
- proxifier-services.png
- sysmon-eventviewer.png
- sysmon-install.png
- sysmon-parsing.png
- wireshark-capture.png
- wireshark-interfaces.png
- wireshark-parsing.png
- wireshark-welcome.png
- menu.png
- addrules.png
- currentrules.png
- menu.png
- removerules.png
- rules.png
- apply.png
- test.png
- menu.png
- menu.png
- root-folder.png
- eset-firewall.png
- p2p-win10-spy.png
- proxifier-apply.png
- simplewall-win10-spy.png
- could-not-connect-update-service.png
- ncsi-graph.png
- no-internet-access.png
- apple-touch-icon-114x114.png
- apple-touch-icon-120x120.png
- apple-touch-icon-144x144.png
- apple-touch-icon-152x152.png
- apple-touch-icon-57x57.png
- apple-touch-icon-60x60.png
- apple-touch-icon-72x72.png
- apple-touch-icon-76x76.png
- favicon-128.png
- favicon-16x16.png
- favicon-196x196.png
- favicon-32x32.png
- favicon-96x96.png
- mstile-144x144.png
- mstile-150x150.png
- mstile-310x150.png
- mstile-310x310.png
- mstile-70x70.png
- extra.css
- favicon.ico
- logo.png
- MSWin10_GDPR_Compliance.pdf
- dnscrypt.md
- eset.md
- firewall.md
- hosts.md
- index.md
- kaspersky.md
- openwrt.md
- p2p.md
- proxifier.md
- simplewall.md
- .dockerignore
- changelog.md
- contributing.md
- Dockerfile
- donate.md
- download.md
- faq.md
- index.md
- reporting-issue.md
- telemetry-info.md
- usage.md
- .gitignore
- firewall-test-extra.csv
- firewall-test-spy.csv
- firewall-test-update.csv
- tools.go
- .editorconfig
- .gitattributes
- .gitignore
- CHANGELOG.md
- go.mod
- go.sum
- LICENSE
- magefile.go
- main.go
- mkdocs.yml
- README.md
🚀 설치 가이드
1. 코드 내려받기
git clone https://github.com/crazy-max/WindowsSpyBlocker
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd WindowsSpyBlocker
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Docker
쉬움 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
docker build -f docs/Dockerfile -t windowsspyblocker .
Dockerfile을 기반으로 실행 가능한 이미지를 빌드합니다.
docker run -p 8080:80 windowsspyblocker
빌드된 이미지를 실제 컨테이너로 실행합니다.
터미널에 docker compose ps 를 입력해 컨테이너들이 Up 상태인지 확인하세요. README에 포트 번호가 적혀있다면 브라우저에서 http://localhost:포트번호 로 접속해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
