Cloudflare Tunnel无法代理Cockpit的解决办法
问题现象:Cloudflare Tunnel代理cockpit,能够显示首页,但是无法登录cockpit,如下图: 问题原因:cockpit使用wss进行通信,而Cloudflare Tunnel只代理了http/https,所以登录后无法进行通信,导致此问题发生,从下图控制台报错可以看到原因: 解决办法:添加cockpit配置文件,使其能够通过代理访问123456root@armbian:~# cat /etc/cockpit/cockpit.conf [WebS ...
frp反向代理
下载软件包到frp的GitHub下载最新的软件包frp release 服务端配置1.解压下载到的软件包 1tar -zxvf frp.xxx.xxx.tar.gz -C /usr/local/ 2.编写frps.toml配置文件 1234567root@s29932:~# cat /usr/local/frp/frps.toml[common]bind_addr = 0.0.0.0 #监听ip,0.0.0.0表示所有bind_port = 7000 #监听端口authen ...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new " ...