mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Add eBPF XDP DDoS menu
Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
This commit is contained in:
@@ -44,3 +44,8 @@
|
||||
'title' => "$Lang::tr{'ipts'}",
|
||||
'enabled' => 1,
|
||||
};
|
||||
$subfirewall->{'100.ids'} = {'caption' => $Lang::tr{'ebpf xdp ddos'},
|
||||
'uri' => '/cgi-bin/ddos.cgi',
|
||||
'title' => "$Lang::tr{'ebpf xdp ddos system'}",
|
||||
'enabled' => 1,
|
||||
};
|
||||
|
||||
@@ -1511,6 +1511,8 @@
|
||||
'intrusion detection system rules' => 'Ruleset',
|
||||
'intrusion detection system2' => 'Intrusion Prevention System',
|
||||
'intrusion prevention system' => 'Intrusion Prevention System',
|
||||
'ebpf xdp ddos' => 'eBPF XDP DDoS Protection',
|
||||
'ebpf xdp ddos system' => 'eBPF XDP DDoS Protection System',
|
||||
'invalid broadcast ip' => 'Invalid broadcast IP',
|
||||
'invalid cache size' => 'Invalid cache size.',
|
||||
'invalid characters found in pre-shared key' => 'Invalid characters found in pre-shared key.',
|
||||
|
||||
@@ -1503,6 +1503,8 @@
|
||||
'intrusion detection system rules' => '规则集',
|
||||
'intrusion detection system2' => '入侵检测系统',
|
||||
'intrusion prevention system' => '入侵检测系统',
|
||||
'ebpf xdp ddos' => 'eBPF XDP DDoS 分布式攻击防御',
|
||||
'ebpf xdp ddos system' => 'eBPF XDP DDoS 分布式攻击防御系统',
|
||||
'invalid broadcast ip' => '无效的广播IP',
|
||||
'invalid cache size' => '无效的缓存大小。',
|
||||
'invalid characters found in pre-shared key' => '在预共享密钥中找到无效字符。',
|
||||
|
||||
Reference in New Issue
Block a user