Add dn42 peering info
This commit is contained in:
parent
36c8e93159
commit
4114ed46b0
|
@ -14,7 +14,7 @@ body {
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
max-width: 600px;
|
max-width: 800px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
12
dn42.md
Normal file
12
dn42.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
layout: default
|
||||||
|
---
|
||||||
|
# My DN42 peering information
|
||||||
|
|
||||||
|
## ix.hessnet.dk
|
||||||
|
```
|
||||||
|
IPv4 : 136.243.198.189
|
||||||
|
PtP IPv4 : 172.20.170.192
|
||||||
|
PtP IPv6 : fe80::42:1000
|
||||||
|
Wireguard public key: qChjUaGN7D44d+3KJk4liFQvm8EQuKGYXlCMOYQhLx8=
|
||||||
|
```
|
|
@ -1,8 +1,8 @@
|
||||||
jekyll:
|
jekyll:
|
||||||
image: jekyll/jekyll
|
image: jekyll/jekyll
|
||||||
command: jekyll serve --livereload --reload_port 35729
|
command: jekyll serve --livereload --reload_port 35730
|
||||||
ports:
|
ports:
|
||||||
- 4000:4000
|
- 4000:4000
|
||||||
- 35729:35729
|
- 35730:35730
|
||||||
volumes:
|
volumes:
|
||||||
- .:/srv/jekyll
|
- .:/srv/jekyll
|
||||||
|
|
Loading…
Reference in a new issue