Submitted by hescominsoon on Sat, 02/25/2017 - 07:34 Pro Licensee
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
Submitted by hescominsoon on Sat, 02/25/2017 - 07:38 Pro Licensee Comment #1
Submitted by JamieCameron on Sat, 02/25/2017 - 16:05 Comment #2
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
Submitted by JamieCameron on Sat, 02/25/2017 - 16:05 Comment #3
Submitted by IssueBot on Sat, 03/11/2017 - 16:07 Comment #4
Automatically closed - issue fixed for 2 weeks with no activity.