移除节点归属地查询功能,归属地查询放到网关实现;优化节点上线流程,网关根据节点状态提交增量更新数据
This commit is contained in:
@@ -24,6 +24,7 @@ RUN apt-get update && apt-get install -y ca-certificates
|
||||
|
||||
# 从构建阶段复制编译好的二进制文件
|
||||
COPY --from=builder /build/bin/proxy_linux_amd64 /app/proxy
|
||||
COPY cmd/gateway/ip2region.xdb /app/id2region.xdb
|
||||
|
||||
# 设置可执行权限
|
||||
RUN chmod +x /app/proxy
|
||||
|
||||
Reference in New Issue
Block a user