Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| doc:dns [2016/04/16 20:39] – Benjamin Collet | doc:dns [2023/08/25 16:38] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 48: | Line 48: | ||
| </ | </ | ||
| + | <note tip> | ||
| + | < | ||
| + | (...) | ||
| + | -- Forward all requests for 168.192.in-addr.arpa. to fd00: | ||
| + | policy.add(policy.suffix(policy.STUB({' | ||
| + | |||
| + | -- Forward all requests for 0.b.3.f.4.6.b.6.0.0.d.f.ip6.arpa to fd00: | ||
| + | policy.add(policy.suffix(policy.STUB({' | ||
| + | (...) | ||
| + | </ | ||
| ===== Recursive DNS ===== | ===== Recursive DNS ===== | ||