August 22, 20241 yr 在家庭宽带有公网ipv6的环境下,使用ipv6访问成为unraid使用的刚需了 6.12.10下,nginx会自动生成配置文件(/etc/nginx/conf.d/servers.conf),其中监听ipv6的地址是启动时的ipv6([2401:****]:8080), 而当ipv6变化时候, 配置文件监听的ipv6并不会同步更新,会导致新的ipv6不能访问; 对比了6.11.5,配置文件是 listen [::]:8080 希望更新这个小问题 或者分享一个开机自动修改成 listen [::]:8080的userscrip
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.