mirror of
https://github.com/webmin/webmin.git
synced 2026-02-19 21:12:34 +00:00
More progress on Webmin IPv6 support
This commit is contained in:
@@ -38,7 +38,11 @@ foreach $s (@sockets, [ undef, "*" ]) {
|
||||
$stable .= &ui_columns_end();
|
||||
print &ui_table_row($text{'bind_sockets'}, $stable);
|
||||
|
||||
# Show listen address
|
||||
# IPv6 enabled?
|
||||
print &ui_table_row($text{'bind_ipv6'},
|
||||
&ui_yesno_radio("ipv6", $miniserv{'ipv6'}));
|
||||
|
||||
# Show UDP listen address
|
||||
print &ui_table_row($text{'bind_listen'},
|
||||
&ui_radio("listen_def", $miniserv{"listen"} ? 0 : 1,
|
||||
[ [ 1, $text{'bind_none'} ],
|
||||
|
||||
Reference in New Issue
Block a user