Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /www/wwwroot/qq.wanuse.com/wp-includes/functions.php on line 6114

Notice: 函数 _load_textdomain_just_in_time 的调用方法不正确bravada 域的翻译加载触发过早。这通常表示插件或主题中的某些代码运行过早。翻译应在 init 操作或之后加载。 请查阅调试 WordPress来获取更多信息。 (这个消息是在 6.7.0 版本添加的。) in /www/wwwroot/qq.wanuse.com/wp-includes/functions.php on line 6114

Notice: Undefined index: scheme in /www/wwwroot/qq.wanuse.com/wp-includes/canonical.php on line 752

Notice: Undefined index: host in /www/wwwroot/qq.wanuse.com/wp-includes/canonical.php on line 717

Notice: Undefined index: host in /www/wwwroot/qq.wanuse.com/wp-includes/canonical.php on line 728

Notice: Undefined index: host in /www/wwwroot/qq.wanuse.com/wp-includes/canonical.php on line 731

Notice: Undefined index: scheme in /www/wwwroot/qq.wanuse.com/wp-includes/canonical.php on line 752
cloudflare cdn回源 使用Origin Rules回源规则实现cloudflare 443端口转发443端口复用-实现没有80端口也可以搭建站点 - DDD网络科技
使用互联网记录分享(Wide Area Network use :更好地使用互联网。)
cloudflare cdn回源 使用Origin Rules回源规则实现cloudflare 443端口转发443端口复用-实现没有80端口也可以搭建站点

cloudflare cdn回源 使用Origin Rules回源规则实现cloudflare 443端口转发443端口复用-实现没有80端口也可以搭建站点

cloudflare cdn回源 使用Origin Rules回源规则实现cloudflare 443端口转发443端口复用-实现没有80端口也可以搭建站点

vultr 云vps 注册可能送10美元 不需要信用卡验证 https://www.vultr.com/?ref=8950170

vultr 云vps 注册送100美元 需要信用卡 用户将获得 100 美元来测试我们的平台
https://www.vultr.com/?ref=8950171-8H

Cloudflare回源规则 实现443端口转发 ws添加tls证书 openwrt添加ssl证书 没有80和443端口搭建web服务器
文本资料:https://www.wanuse.com/2023/05/cloudflare-origin-rulescloudflare-443443.html
电报群:https://t.me/pcdn3(这里朋友众多,相互学习。)
youtube视频:https://youtu.be/xtWLR4rP-Jk
B站视频:https://www.bilibili.com/video/BV16o4y1x73W/

没有80端口也可以搭建博客站点
Ubuntu安装docker
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
安装docker管理器
docker run -d -p 9000:9000 –restart=always -v /var/run/docker.sock:/var/run/docker.sock –name prtainer-test portainer/portainer-ce
安装openwrt-docker镜像
docker run -d –net=host –restart=always –name ddd-openwrt wanuse/openwrt
查看防火墙状态 是否开启80端口
sudo ufw status
开启80端口
sudo ufw allow 80/tcp
也可以关闭防火墙
sudo ufw disable
设置cdn cloudflare域名解析
cloudflare 回源

进入openwan容器中
docker ps
docker exec -it 277 /bin/bash

ubuntu防火墙
查看防火墙状态
sudo ufw status
sudo ufw enable
sudo ufw disable
sudo ufw allow 8011/tcp
sudo ufw deny smtp 禁止外部访问smtp服务
sudo ufw delete allow smtp 删除上面建立的某条规则

Ubuntu查看端口使用情况,使用netstat命令:
查看所有的服务端口(LISTEN,ESTABLISHED)
netstat -ap
若要关闭使用这个端口的程序,使用kill + 对应的pid
kill -9 PID号

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注