1
0
Fork 0

fix old dn42 url

This commit is contained in:
Netravnen 2020-07-23 20:02:40 +00:00
parent 9f3a1aafaf
commit 412f8a0647
3 changed files with 5 additions and 5 deletions

View File

@ -15,8 +15,8 @@ This ROA generator honors the following principles:
1. Verify curl, git, bash, and php is installed.
2. `mkdir -p ~/dn42/`.
3. `cd ~/dn42/`.
4. `git clone https://git.dn42.us/netravnen/dn42-roagen.git roagen`.
5. `git clone https://git.dn42.us/dn42/registry.git`.
4. `git clone https://git.dn42.dev/as4242420144/roagen.git`.
5. `git clone https://git.dn42.dev/dn42/registry.git`.
6. `git -C registry/ remote rename origin upstream && git -C registry/ fetch --all`
7. Verify everything work by running `cd ~/dn42/roagen/ && ./update.sh`.
8. In $USER crontab file put `@daily cd ~/dn42/roagen/ && ./update.sh`. Finetune

View File

@ -9,5 +9,5 @@ $files4 = scandir ("../registry/data/route/");
// Define array() we are gonna store data inside.
$roas = array();
$web_registry_url = 'https://git.dn42.us/dn42/registry/src/master';
$web_registry_url = 'https://git.dn42.dev/dn42/registry/src/master';
?>

View File

@ -80,8 +80,8 @@ updates has been made to the [DN42 registry][1].
- ROAs IPv6: $(cat roa/bird6_route_dn42.conf | grep -v '^#' | grep -v '^$' | wc -l)
- ROAs total: $(cat roa/bird_route_dn42.conf | grep -v '^#' | grep -v '^$' | wc -l)
[0]: https://git.dn42.us/dn42/registry/commit/$(git -C ../registry/ log -n 1 --merges --pretty='format:%H')
[1]: https://git.dn42.us/dn42/registry
[0]: https://git.dn42.dev/dn42/registry/commit/$(git -C ../registry/ log -n 1 --merges --pretty='format:%H')
[1]: https://git.dn42.dev/dn42/registry
[2]: https://github.com/NLnetLabs/routinator
[3]: https://github.com/cloudflare/gortr
[4]: https://tools.ietf.org/html/rfc8416