mass remove ipv6 from virtualmin

Is there a cli way to do this so i do not have to click on every single domain and manually remove the ip6 addresses? simply removing them from the network interface didn't do it.

Status: 
Closed (fixed)

Comments

Yes, you could do it with a shell loop like :

for dom in `virtualmin list-domains --name-only`; do
  virtualmin modify-domain --domain $dom --no-ip6
done
Status: Active » Fixed
Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.