\n";
if ($i>=@n) { $type = 0; }
elsif ($n[$i] =~ /^(\d+)\.(\d+)\.(\d+)\.(\d+)$/) {
if ($4 == 0) { $type = 3; }
else { $type = 0; }
}
elsif ($n[$i] =~ /^([0-9\.]+)\/(\d+)$/) { $type = 4; }
elsif ($n[$i] =~ /^([0-9\.]+)$/) { $type = 3; }
elsif ($n[$i] =~ /^\.(\S+)$/) { $type = 2; }
else { $type = 1; }
$rv .= "| ".&select_input($type, "NoProxy_type_$i", 0,
"$text{'mod_proxy_ip'},0", "$text{'mod_proxy_host'},1",
"$text{'mod_proxy_domain'},2", "$text{'mod_proxy_net'},3",
"$text{'mod_proxy_netbit'},4")." | \n";
$rv .= " | \n";
$rv .= "
\n";
}
$rv .= "