Revert "ddos.cgi add ratelimit UI"

This reverts commit e3ea91ca5898f0d32cd2733efcd3297d30ffa80e.
This commit is contained in:
Vincent Li
2024-04-23 21:22:57 +00:00
parent be1fc5ce77
commit a925c32ecb
4 changed files with 0 additions and 27 deletions

View File

@@ -198,10 +198,6 @@ print <<END;
<td><input type='checkbox' name='ENABLE_DNS_DDOS' $dns_checked></td>
<td align='center'><input type='submit' name='DNS_ACTION' value='$Lang::tr{'save'}'></td>
</tr>
<tr>
<td width='50%' class='base'>$Lang::tr{'xdp dns ratelimit'}
<td><input type='text' name='DNS_RATELIMIT' value='$dnsddossettings{'DNS_RATELIMIT'}'</td>
</tr>
</table>
END
@@ -230,10 +226,6 @@ print <<END;
<td><input type='checkbox' name='ENABLE_UDP_DDOS' $udp_checked></td>
<td align='center'><input type='submit' name='UDP_ACTION' value='$Lang::tr{'save'}'></td>
</tr>
<tr>
<td width='50%' class='base'>$Lang::tr{'xdp udp ratelimit'}
<td><input type='text' name='UDP_RATELIMIT' value='$udpddossettings{'UDP_RATELIMIT'}'</td>
</tr>
</table>
END