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

This commit is contained in:
Stefan Hoffmann 2023-05-12 11:46:40 +00:00
parent 49225234cc
commit e709474279

View File

@ -2,18 +2,21 @@
"devices":[ "devices":[
{ {
"name": "VPN01", "name": "VPN01",
"fqdn": "vpn01.fftdf.de",
"mac": "00:00:00:00:00:01", "mac": "00:00:00:00:00:01",
"domain": "VPN1", "domain": "VPN1",
"adresses": ["5.9.220.114"] "adresses": ["5.9.220.114"]
}, },
{ {
"name": "CORE4", "name": "CORE4",
"fqdn": "core4.fftdf.de",
"mac": "16:8f:8c:38:74:8b", "mac": "16:8f:8c:38:74:8b",
"domain": "TDF", "domain": "TDF",
"adresses": ["5.9.220.113"] "adresses": ["5.9.220.113"]
}, },
{ {
"name": "VPN02", "name": "VPN02",
"fqdn": "vpn02.fftdf.de",
"mac": "00:00:00:00:00:02", "mac": "00:00:00:00:00:02",
"domain": "VPN2", "domain": "VPN2",
"adresses": ["5.9.220.115"] "adresses": ["5.9.220.115"]