Skip to content

Commit

Permalink
Default server should get an IPv6 address if the server has one #539
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron committed Mar 28, 2023
1 parent b2bbd32 commit 727440b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wizard-lib.pl
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ sub wizard_parse_defdom
'dns_ip', &get_dns_ip(),
'virt', 0,
'virtalready', 0,
'ip6', $ip6,
'ip6', $defip6,
'virt6', 0,
'virt6already', 0,
'pass', &random_password(),
Expand Down

0 comments on commit 727440b

Please sign in to comment.