You can disable IPv6 on your Webdock server easily:
•Edit /etc/default/grub to add ipv6.disable=1 to the kernel command line
•Update GRUB (grub2-mkconfig or update-grub) depending on your distro
•Reboot and confirm via sysctl or checking /proc/net/if_inet6
It’s a simple change - but speeds up debugging and avoids misrouted traffic in environments where IPv6 isn’t needed.
🔗 Full instructions: https://webdock.io/en/docs/how-guides/system-maintenance/how-disable-ipv6-your-webdock-server
Top comments (0)