rpz: add missing rpz policy actions

Fix: Add two new policy actions added to RPZexport previously
pull/4607/head
frpet 2019-05-09 11:01:51 +02:00
parent 11a0c9ed73
commit 8cd4dceaf6
1 changed files with 1 additions and 1 deletions

View File

@ -2264,7 +2264,7 @@ class AttributesController extends AppController
${$sF} = false;
}
}
if (!in_array($policy, array('NXDOMAIN', 'NODATA', 'DROP', 'Local-Data'))) {
if (!in_array($policy, array('NXDOMAIN', 'NODATA', 'DROP', 'Local-Data', 'PASSTHRU', 'TCP-only'))) {
$policy = false;
}
App::uses('RPZExport', 'Export');