杂记
首页
登录
菜单
首页
杂记
归档
2024 年 01 月
Gost基础使用
2024-01-13
Gost使用 本地监听32324转发至127.0.0.1的8090端口 ./gost -L tcp://:32324/127.0.0.1:8090
Docker镜像
2024-01-10
Dockerfile FROM alpine:latest RUN apk add --no-cache mysql-client COPY keep.sh /keep.sh RUN chmod a+x /keep.sh CMD ["sh","/keep.sh"] keep.sh 如果没有后台程序,
上一页
7 / 7
下一页