# 速达守护 **Repository Path**: yinux/suda-guard ## Basic Information - **Project Name**: 速达守护 - **Description**: 速达软件守护程序,本来是给速达软件用的,用来阻挡国外ip对端口的访问,现在扩大使用范围,可以自己设置需要防护的端口,把国外的访问都丢进防火墙。 - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-03 - **Last Updated**: 2026-02-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 速达守护 ## 功能 1. 监控数据端口,把外国的 ip 丢进防火墙 ## 兼容 win7,server 2008 r2 ```bash # 设置目标为 Windows Server 2008 (Windows 6.0) go install golang.org/dl/go1.20.14@latest go1.20.14 download go1.20.14 env GOROOT GOOS=windows GOARCH=amd64 go1.20.14 build -o your_app.exe your_main.go ```