---
+- name: "AddExtendedDNSError"
+ description: "Set an Extended DNS Error status that will be added to the response corresponding to the current query. Subsequent rules are processed after this action"
+ parameters:
+ - name: "info_code"
+ type: "u16"
+ description: "The EDNS Extended DNS Error code"
+ - name: "extra_text"
+ type: "String"
+ default: ""
+ optional: false
+ description: "The optional EDNS Extended DNS Error extra text"
- name: "allow"
description: "Let these packets go through"
- name: "continue"
default: ""
optional: false
description: "The optional EDNS Extended DNS Error extra text"
-- name: "AddExtendedDNSError"
- description: "Set an Extended DNS Error status that will be added to the response corresponding to the current query. Subsequent rules are processed after this action"
- parameters:
- - name: "info_code"
- type: "u16"
- description: "The EDNS Extended DNS Error code"
- - name: "extra_text"
- type: "String"
- default: ""
- optional: false
- description: "The optional EDNS Extended DNS Error extra text"
- name: "SetMacAddr"
description: "Add the source MAC address to the query as an EDNS0 option. This action is currently only supported on Linux. Subsequent rules are processed after this action"
parameters:
---
+- name: "AddExtendedDNSError"
+ description: "Set an Extended DNS Error status that will be added to the response. Subsequent rules are processed after this action"
+ parameters:
+ - name: "info_code"
+ type: "u16"
+ description: "The EDNS Extended DNS Error code"
+ - name: "extra_text"
+ type: "String"
+ default: ""
+ optional: false
+ description: "The optional EDNS Extended DNS Error extra text"
- name: "allow"
description: "Let these packets go through."
- name: "ClearRecordTypes"
default: ""
optional: false
description: "The optional EDNS Extended DNS Error extra text"
-- name: "AddExtendedDNSError"
- description: "Set an Extended DNS Error status that will be added to the response. Subsequent rules are processed after this action"
- parameters:
- - name: "info_code"
- type: "u16"
- description: "The EDNS Extended DNS Error code"
- - name: "extra_text"
- type: "String"
- default: ""
- optional: false
- description: "The optional EDNS Extended DNS Error extra text"
- name: "SetMaxReturnedTTL"
description: "Cap the TTLs of the response to the given maximum, but only after inserting the response into the packet cache with the initial TTL values"
skip-cpp: true