mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
tcp ddos: add XDP TCP DDoS UI
Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
'title' => "Pakfire",
|
||||
'enabled' => 1,
|
||||
};
|
||||
$subipfire->{'20.xdptcpddos'} = {'caption' => 'XDP TCP DDoS',
|
||||
'uri' => '/cgi-bin/tcp-ddos.cgi',
|
||||
'title' => "XDP TCP DDoS",
|
||||
'enabled' => 1,
|
||||
};
|
||||
$subipfire->{'99.help'} = {'caption' => $Lang::tr{'help'},
|
||||
'uri' => '/cgi-bin/help.cgi',
|
||||
'title' => "$Lang::tr{'help'}",
|
||||
|
||||
@@ -77,6 +77,7 @@ srv/web/ipfire/cgi-bin/system.cgi
|
||||
srv/web/ipfire/cgi-bin/time.cgi
|
||||
#srv/web/ipfire/cgi-bin/tor.cgi
|
||||
srv/web/ipfire/cgi-bin/traffic.cgi
|
||||
srv/web/ipfire/cgi-bin/tcp-ddos.cgi
|
||||
#srv/web/ipfire/cgi-bin/transmission.cgi
|
||||
srv/web/ipfire/cgi-bin/updatexlrator.cgi
|
||||
srv/web/ipfire/cgi-bin/urlfilter.cgi
|
||||
|
||||
Reference in New Issue
Block a user