A service to replicate and serve requests for site configurations based on site ID, public IP, and the on-site lead contact's OTP.
Révision | c4a74f1061b340dde50bbd2742ca811a561781dd (tree) |
---|---|
l'heure | 2021-10-13 03:19:53 |
Auteur | S. Seago <sseago-dev@proj...> |
Commiter | S. Seago |
Shorten internal_nets to lans to save bytes
@@ -9,7 +9,7 @@ | ||
9 | 9 | class Site(BaseModel): |
10 | 10 | site: str |
11 | 11 | public_ip: str |
12 | - internal_nets: list | |
12 | + lans: list | |
13 | 13 | hosts: dict |
14 | 14 | bundle: str |
15 | 15 |