I don't know how to disable ipv6 via grub in Solus. I try to follow these instructions, but they don't work for Solus. How should I do it? I don't want to use the sysctl method, also I tried the sysctl method and that didn't work either.
sudo nano /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash ipv6.disable=1"
sudo update-grub
sudo reboot
Or
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" "ipv6.disable=1"
sudo update-grub
sudo reboot
Neither of these work. Disabling ipv6 is required to prevent DNS leaks for my VPN.
Regards.