diff options
Diffstat (limited to '')
-rw-r--r-- | cmdb/hosts/legend.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cmdb/hosts/legend.yaml b/cmdb/hosts/legend.yaml index 131449d..9f1e853 100644 --- a/cmdb/hosts/legend.yaml +++ b/cmdb/hosts/legend.yaml @@ -25,3 +25,11 @@ tunnels: port: 1199 ip: "10.1.0.28" peer: "10.1.0.29" + hero: + port: 1197 + ip: "10.1.0.20" + peer: "10.1.0.21" + nas: + port: 1198 + ip: "10.1.0.26" + peer: "10.1.0.27" |