added option for additional nameserver in rpz export

pull/62/head
Kyle Parrish 2017-09-19 15:11:54 -04:00
parent 5ac6f00184
commit d0b21c51a4
1 changed files with 2 additions and 1 deletions

View File

@ -432,12 +432,13 @@ MISP will inject header values into the zone file as well as define the action t
|RPZ_minimum_ttl| 1h|
|RPZ_ttl| 1w|
|RPZ_ns| localhost.|
|RPZ_ns_alt||
|RPZ_email| root.localhost|
To override the above values, either use the url parameters as described below:
~~~~
https://<misp url>/attributes/rpz/download/[tags]/[eventId]/[from]/[to]/[policy]/[walled_garden]/[ns]/[email]/[serial]/[refresh]/[retry]/[expiry]/[minim
https://<misp url>/attributes/rpz/download/[tags]/[eventId]/[from]/[to]/[policy]/[walled_garden]/[ns]/[ns_alt]/[email]/[serial]/[refresh]/[retry]/[expiry]/[minim
um_ttl]/[ttl]
~~~~