doc/vpn: init

This commit is contained in:
Astro 2022-10-23 00:15:09 +02:00
parent 8e32678ee6
commit 02db656e02
3 changed files with 18 additions and 0 deletions

16
doc/vpn.md Normal file
View File

@ -0,0 +1,16 @@
# Wireguard VPN Dialin
## wg-quick template
```ini
[Interface]
Address = 172.20.76.TODO/28
Address = fd23:42:c3d2:585::TODO/64
Address = 2a00:8180:2c00:285::TODO/64
PrivateKey = TODO
[Peer]
PublicKey = PG2VD0EB+Oi+U5/uVMUdO5MFzn59fAck6hz8GUyLMRo=
AllowedIPs = 0.0.0.0/0, ::/0
Endpoint = upstream4.dyn.zentralwerk.org:1337
```

View File

@ -28,6 +28,7 @@ stdenv.mkDerivation {
];
buildPhase = ''
pandoc -t html ${../../../doc/hello.md} > index.html
pandoc -t html ${../../../doc/vpn.md} > vpn.html
pandoc -t html ${vlan-report} > vlan-report.html
pandoc -t html ${gateway-report} > gateway-report.html

View File

@ -25,6 +25,7 @@
<li><a href="vlan-report.html">VLAN-Belegungen</a></li>
<li><a href="logical.html">Logische Topologie</a></li>
<li><a href="physical.html">Physische Topologie</a></li>
<li><a href="vpn.html">VPN</a></li>
<li><a href="config.html">Config</a></li>
</ul>
</nav>