First commit

main
Paul Warren 2023-04-30 12:54:19 +10:00
commit 762631c53d
6 changed files with 21 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
.pio
*~
*credential.h

0
docs/External/index.md vendored Normal file
View File

0
docs/Network/index.md Normal file
View File

0
docs/Services/index.md Normal file
View File

14
docs/index.md Normal file
View File

@ -0,0 +1,14 @@
# The Warrens Home Network
## Overview
Insert network overview image here
Internet provided by Launtel over Fixed Wireless NBN
Public IPv4: 103.205.29.172
Public ipv6 2404:e80:2e0::/48
LAN IPv4: 172.19.5.0/24
LAN IPv6: 2404:e80:2e0:1eaf::/64

3
mkdocs.yml Normal file
View File

@ -0,0 +1,3 @@
site_name: The Warrens Network
site_url: http://docs.lan/
theme: readthedocs