diff --git a/README.md b/README.md index b794380..3263ce9 100644 --- a/README.md +++ b/README.md @@ -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 ``` \ No newline at end of file