解决 UFW 和 Docker 的问题-Plnl‘s Blog

解决 UFW 和 Docker 的问题

目前新的解决方案只需要修改一个 UFW 配置文件即可,Docker 的所有配置和选项都保持默认。修改 UFW 的配置文件 /etc/ufw/after.rules,在最后添加上如下规则:# BEGIN UFW AND DOCKER *filter ...
20251116马岭植物园-Plnl‘s Blog

20251116马岭植物园

出游、散心、遛娃不错的选择 导航到马岭观花植物园
pltian的头像-Plnl‘s Blog钻石会员pltian8个月前
8715
IPv6访问GitHub-Plnl‘s Blog

IPv6访问GitHub

GitHub仍不支持IPv6,但是可以使用指定host到代理服务器实现cat >> /etc/hosts << EOF # https://danwin1210.de/github-ipv6-proxy.php 2a01:4f8:c010:d56::2 github.com 2a01:4f8:...
RustDesk自己搭建服务器系列-Plnl‘s Blog

RustDesk自己搭建服务器系列

1、需要再云服务器(如:腾讯轻量)放行端口或者关闭防火墙放行所有端口或者关闭防火墙 (适合刚开始使用的小伙伴)放行指定端口TCP(21114, 21115, 21116, 21117, 21118, 21119)UDP(21116)2、更...
20250815公司晚霞-Plnl‘s Blog

20250815公司晚霞

首先说这是雨云。图片拍摄18:30 晚上19:40就是大雨  
pltian的头像-Plnl‘s Blog钻石会员pltian11个月前
1065
系统安装 ZeroTier 并配置 Moon 服务器完整教程-Plnl‘s Blog

系统安装 ZeroTier 并配置 Moon 服务器完整教程

ZeroTier 是一个基于 P2P 的虚拟局域网工具,可以让分布在不同网络的设备组建虚拟局域网。Moon 服务器(根服务器)可以提供更快的连接速度和更稳定的中转服务。
群晖 DSM 7.2 安装 ZeroTier Docker 完整教程-Plnl‘s Blog

群晖 DSM 7.2 安装 ZeroTier Docker 完整教程

群晖 DSM 7.2 安装 ZeroTier Docker 完整教程ZeroTier 是一个强大的虚拟局域网(VPN)解决方案,可以让分散在全球各地的设备组成一个虚拟局域网。本文将详细介绍如何在 群晖 DSM 7.2 系统上通过...
Centos7禁用密码登录方法:-Plnl‘s Blog

Centos7禁用密码登录方法:

编辑/etc/ssh/sshd_config 将PasswordAuthentication参数值修改为no: PasswordAuthentication no 重启ssh服务:systemctl restart sshd.service
Cloudflare DDNS shell 脚本使用-Plnl‘s Blog

Cloudflare DDNS shell 脚本使用

功能介绍这是一个自动更新 Cloudflare DNS 记录的脚本,支持 IPv4 (A记录) 和 IPv6 (AAAA记录) 的动态DNS更新。文件结构ddns.sh # 主脚本文件 ddns.conf # 配置文件 配置文件格式创建 ddns.con...
debian系统安装dokcer-Plnl‘s Blog

debian系统安装dokcer

在debian11 下安装docker (仅ipv6或者ipv4禁止国外 也适用)1、找一个代理或者自己搭建一个socks5 代理2、在无法安装的docker的vps 运行(自行替换代理socks地址)export ALL_PROXY='socks5h://[...
pltian的头像-Plnl‘s Blog钻石会员pltian1年前
18513