Updated network services declaration

This commit is contained in:
Tristan B. Kildaire 2021-06-03 10:14:09 +02:00
parent cda6e14ed6
commit cae09d204c
1 changed files with 13 additions and 0 deletions

View File

@ -19,4 +19,17 @@ ALl network declarations are created as seperate files per allocation within `de
# For network connectivity tests
RouterIP="fdd2:cbf2:61bd::1"
NonRouterIP="fdd2:cbf2:61bd::2"
```
### Services
All network services are declared within `deavmi/services` (file) like so:
```
[Web server]
address="fdd2:cbf2:61bd::2"
port=80
[Babel web]
address="fdd2:cbf2:61bd::2"
port=4444
```