Add dn42 peering info

This commit is contained in:
Jesper Hess 2018-09-08 16:09:29 +02:00
parent 36c8e93159
commit 4114ed46b0
Signed by: graffen
GPG Key ID: 351A89E40D763F0F
3 changed files with 15 additions and 3 deletions

View File

@ -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
View 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=
```

View File

@ -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