mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-17 17:48:16 -05:00
Document that array.
git-svn-id: file:///svn/unbound/trunk@3620 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
785697de82
commit
ac8c4f978a
1 changed files with 10 additions and 0 deletions
10
util/as112.h
10
util/as112.h
|
|
@ -36,6 +36,16 @@
|
|||
#ifndef UTIL_AS112_H
|
||||
#define UTIL_AS112_H
|
||||
|
||||
/**
|
||||
* Array of text-format domain names of the AS112 zones.
|
||||
* The array ends with NULL. "AS112" is a service on the internet that
|
||||
* that this array is named after. The names in this list (or some of them)
|
||||
* are null-routed by this service to avoid load on central servers caused by
|
||||
* mistaken lookups for local content on the global internet.
|
||||
*
|
||||
* This is the list of names that unbound should not normally be sending
|
||||
* on towards the internet, because they are local-use.
|
||||
*/
|
||||
extern const char** as112_zones;
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue