Update 'gateways.json'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Stefan Hoffmann 2023-05-12 07:05:45 +00:00
parent 780be939b3
commit ef827f6723

View File

@ -3,13 +3,19 @@
{
"name": "VPN01",
"mac": "00:00:00:00:00:01",
"domain": "other",
"domain": "VPN1",
"adresses": ["5.9.220.114"]
},
{
"name": "CORE4",
"mac": "16:8F:8C:38:74:8B",
"domain": "TDF",
"adresses": ["5.9.220.113"]
},
{
"name": "VPN02",
"mac": "00:00:00:00:00:02",
"domain": "other",
"domain": "VPN2",
"adresses": ["5.9.220.115"]
}
]