mirror of
https://github.com/kou029w/fogtype.com
synced 2025-01-18 08:05:02 +00:00
wip
This commit is contained in:
parent
f3cca09598
commit
724be9ac8c
2 changed files with 6 additions and 0 deletions
4
etc/frp/Dockerfile
Normal file
4
etc/frp/Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM alpine:3.17.0
|
||||
RUN apk add --no-cache frp
|
||||
COPY ./frps.ini /etc/frp/frps.ini
|
||||
CMD ["frps", "-c", "/etc/frp/frps.ini"]
|
2
etc/frp/frps.ini
Normal file
2
etc/frp/frps.ini
Normal file
|
@ -0,0 +1,2 @@
|
|||
[common]
|
||||
bind_port = 7000
|
Loading…
Add table
Reference in a new issue