init commit

This commit is contained in:
2025-02-19 14:23:58 +08:00
commit 10a4f010ce
34 changed files with 1340 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
FROM ubuntu:20.04
WORKDIR /app
COPY frps frps
COPY frps.toml frps.toml
EXPOSE 18080
CMD ["./frps", "-c", "frps.toml"]