# ip_server **Repository Path**: lv_right/ip_server ## Basic Information - **Project Name**: ip_server - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-25 - **Last Updated**: 2024-07-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ip_server 后台服务 ## 编译 你可以使用以下命令进行交叉编译: 里面有配置conf.ini ``` # 编译到 Windows GOOS=windows GOARCH=amd64 go build -o ip_server.exe # 编译到 macOS GOOS=darwin GOARCH=amd64 go build -o ip_server # 编译到 Linux GOOS=linux GOARCH=amd64 go build -o ip_server ``` 部署时 编译文件和conf.ini 同时部署