XDP UI: add XDP DNS monitor block logging

Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
This commit is contained in:
Vincent Li
2025-01-11 10:19:34 -08:00
parent ec28da3453
commit b4ffafc531
4 changed files with 423 additions and 0 deletions

View File

@@ -3117,6 +3117,8 @@
'workgroup' => 'Workgroup',
'working' => 'Working',
'written bytes' => 'Bytes Written',
'xdpdns log' => 'DNS Query Log from XDP',
'xdpdns hits' => 'Total number of DNS query log from XDP',
'xdpsni log' => 'TLS/SSL Web Access Log from XDP',
'xdpsni hits' => 'Total number of TLS/SSL Web Access Log from XDP',
'xtaccess all error' => 'You cannot set an external access to ALL, that is done in the port forwarding record.',

View File

@@ -3156,6 +3156,8 @@
'workgroup' => 'Workgroup',
'working' => '工作中',
'written bytes' => 'Writen Bytes',
'xdpdns log' => 'XDP记录的域名解析日志',
'xdpdns hits' => '域名解析日志总数',
'xdpsni log' => 'XDP记录的加密网站访问日志',
'xdpsni hits' => '加密网站访问日志总数',
'xtaccess all error' => '您不能在端口转发条目中设置对全部(All)的外部访问。',