openresty

时间:2024-04-07 06:17:35
【文件属性】:

文件名称:openresty

文件大小:19KB

文件格式:ZIP

更新时间:2024-04-07 06:17:35

Dockerfile

ssh登录 下载websocat客户端 连接到websocket端点 websocat -E -b tcp-l:127.0.0.1:2288 ws://example.com/websocat 连接到localhost SSH隧道 ssh -i ~ /.ssh/id_ecdsa -p 2288 -v -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@localhost 或添加到ssh配置文件 Host websocat HostName localhost User root IdentitiesOnly yes IdentityFile ~/.ssh/id_ecdsa Port 2288 StrictHostKeyChecking no UserKnow


【文件预览】:
openresty-master
----.gitignore(51B)
----Dockerfile(8KB)
----inotify.sh(368B)
----services.d()
--------websocat()
--------sshd()
--------openresty()
--------watcher()
----.dockerignore(24B)
----conf.d()
--------default.conf(3KB)
----Dockerfile-apisix(7KB)
----README.md(1KB)
----Dockerfile-ub(7KB)
----nginx.conf(2KB)
----location()
--------test.conf(155B)
--------dotnet.conf(422B)
--------node.conf(135B)
----reload-nginx(143B)
----justfile(436B)
----services.as()
--------apisix()
--------watcher()
----auto-ssl.conf(1KB)

网友评论