Skip to content

Commit 472c447

Browse files
committed
Some references to the old name
1 parent e51d7cd commit 472c447

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
This is the working area for the individual Internet-Draft, "Incrementally Deployable Extensible Delegation for DNS".
44

5-
* [Editor's Copy](https://NLnetLabs.github.io/incremental-deleg/#go.draft-homburg-deleg-incremental-deleg.html)
6-
* [Datatracker Page](https://datatracker.ietf.org/doc/draft-homburg-deleg-incremental-deleg)
7-
* [Individual Draft](https://datatracker.ietf.org/doc/html/draft-homburg-deleg-incremental-deleg)
8-
* [Compare Editor's Copy to Individual Draft](https://NLnetLabs.github.io/incremental-deleg/#go.draft-homburg-deleg-incremental-deleg.diff)
5+
* [Editor's Copy](https://NLnetLabs.github.io/incremental-deleg/#go.draft-homburg-deleg.html)
6+
* [Datatracker Page](https://datatracker.ietf.org/doc/draft-homburg-deleg)
7+
* [Individual Draft](https://datatracker.ietf.org/doc/html/draft-homburg-deleg)
8+
* [Compare Editor's Copy to Individual Draft](https://NLnetLabs.github.io/incremental-deleg/#go.draft-homburg-deleg.diff)
99

1010

1111
## Contributing

site/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# in the templates via {{ site.myvariable }}.
2020

2121
title: Extensible delegation testbed
22-
email: draft-homburg-deleg-incremental-deleg.authors@ietf.org
22+
email: draft-homburg-deleg.authors@ietf.org
2323
description: >- # this means to ignore newlines until "baseurl:"
2424
Testing the extensible delegegation protocol proposals.
2525
baseurl: "" # the subpath of your site, e.g. /blog

site/_data/sidenav.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
- title: Internet draft
1414
subnav:
1515
- title: Latest
16-
url: /draft-homburg-deleg-incremental-deleg-latest.html
16+
url: /draft-homburg-deleg-latest.html
1717
- title: Editors copy
18-
url: /draft-homburg-deleg-incremental-deleg.html
18+
url: /draft-homburg-deleg.html
1919
- title: Incr. DNSSEC
2020
url: /draft-homburg-deleg-incremental-dnssec-latest.html
2121

site/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Extensible Delegation testbed
33
layout: default
44
permalink: /
55
---
6-
This website hosts information on the domains we have deployed for evaluating and testing the [`draft-homburg-deleg-incremental-deleg`](/draft-homburg-deleg-incremental-deleg-latest.html) protocol proposal, as well as [`draft-wesplaap-deleg`](https://datatracker.ietf.org/doc/draft-wesplaap-deleg/).
6+
This website hosts information on the domains we have deployed for evaluating and testing the [`draft-homburg-deleg`](/draft-homburg-deleg-latest.html) protocol proposal, as well as [`draft-wesplaap-deleg`](https://datatracker.ietf.org/doc/draft-wesplaap-deleg/).
77

88
## Zones and name servers
99

@@ -95,11 +95,11 @@ _(The transfer is cut-off and edited for readability)_
9595

9696
## IDELEG Resolver
9797

98-
A resolver implementing the [minimal implementation](https://ideleg.net/draft-homburg-deleg-incremental-deleg-latest.html#name-minimal-implementation) is provided at `resolver.ideleg.net` with IP addresses <a href="" onclick="navigator.clipboard.writeText('{{ tb.resolver.ipv4}}')" title="copy '{{ tb.resolver.ipv4}}' to clipboard">{{ tb.resolver.ipv4}}</a> and <a href="" onclick="navigator.clipboard.writeText('{{ tb.resolver.ipv6}}')" title="copy '{{ tb.resolver.ipv6}}' to clipboard">{{ tb.resolver.ipv6}}</a>.
98+
A resolver implementing the [minimal implementation](https://ideleg.net/draft-homburg-deleg-latest.html#name-minimal-implementation) is provided at `resolver.ideleg.net` with IP addresses <a href="" onclick="navigator.clipboard.writeText('{{ tb.resolver.ipv4}}')" title="copy '{{ tb.resolver.ipv4}}' to clipboard">{{ tb.resolver.ipv4}}</a> and <a href="" onclick="navigator.clipboard.writeText('{{ tb.resolver.ipv6}}')" title="copy '{{ tb.resolver.ipv6}}' to clipboard">{{ tb.resolver.ipv6}}</a>.
9999
The addresses are accessable over TCP or TLS, or over UDP with a valid server cookie.
100100

101101
The resolver is running a special version of [Unbound](/unbound.html).
102-
It does not anticipate [optimized](/draft-homburg-deleg-incremental-deleg-latest.html#name-optimized-implementation) and [extra optimized](draft-homburg-deleg-incremental-deleg-latest.html#name-extra-optimized-implementat) responses, and it does not (yet) follow AliasMode IDELEG RRs, but it can be used to test our own IDELEG (only) delegations.
102+
It does not anticipate [optimized](/draft-homburg-deleg-latest.html#name-optimized-implementation) and [extra optimized](draft-homburg-deleg-latest.html#name-extra-optimized-implementat) responses, and it does not (yet) follow AliasMode IDELEG RRs, but it can be used to test our own IDELEG (only) delegations.
103103

104104
## Zones at name servers table
105105

site/unbound.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ libtool: install: cp -f .libs/unbound-anchor /usr/local/sbin/unbound-anchor
137137
if test ! -e "/usr/local/etc/unbound/unbound.conf"; then /bin/bash ./install-sh -d `dirname "/usr/local/etc/unbound/unbound.conf"`; /bin/bash ./install-sh -c -m 644 doc/example.conf "/usr/local/etc/unbound/unbound.conf"; fi
138138
```
139139

140-
This version of Unbound performs the algorithm as described in [Section 4. Minimal implementation](https://ideleg.net/draft-homburg-deleg-incremental-deleg-latest.html#name-minimal-implementation) in the draft.
140+
This version of Unbound performs the algorithm as described in [Section 4. Minimal implementation](https://ideleg.net/draft-homburg-deleg-latest.html#name-minimal-implementation) in the draft.
141141
It does not (yet) leverage optimized responses.
142142
It also does not (yet) support the AliasMode.
143143
It can be used to test your own IDELEG delegations, as long as they do not involve AliasMode IDELEG RRs.

0 commit comments

Comments
 (0)