| Modifier and Type | Method and Description |
|---|---|
abstract DnsBlockResponse |
FirewallRuleAction.getBlockResponse()
(experimental) The way that you want DNS Firewall to block the request.
|
static DnsBlockResponse |
DnsBlockResponse.noData()
(experimental) Respond indicating that the query was successful, but no response is available for it.
|
static DnsBlockResponse |
DnsBlockResponse.nxDomain()
(experimental) Respond indicating that the domain name that's in the query doesn't exist.
|
static DnsBlockResponse |
DnsBlockResponse.override(String domain)
(experimental) Provides a custom override response to the query.
|
static DnsBlockResponse |
DnsBlockResponse.override(String domain,
Duration ttl)
(experimental) Provides a custom override response to the query.
|
| Modifier and Type | Method and Description |
|---|---|
static FirewallRuleAction |
FirewallRuleAction.block(DnsBlockResponse response)
(experimental) Disallow the request.
|
Copyright © 2021. All rights reserved.