as112.c File Reference

This file provides a list of lan zones. More...

#include "util/as112.h"

Variables

static const char * as112_zone_array []
 
const char ** as112_zones = as112_zone_array
 Array of text-format domain names of the AS112 zones. More...
 

Detailed Description

This file provides a list of lan zones.

Variable Documentation

◆ as112_zones

const char** as112_zones = as112_zone_array

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.

Referenced by anchors_apply_cfg(), and local_zone_enter_defaults().