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

This commit is contained in:
Stefan Hoffmann 2023-05-12 06:24:51 +00:00
parent bb38a7ab5c
commit 5d97ade2cb

View File

@ -2,14 +2,15 @@
"devices":[ "devices":[
{ {
"name": "VPN01", "name": "VPN01",
"mac": "00:00:00:00:00:01", "mac": "ga:te:wa:yv:pn:01",
"domain": "other", "domain": "other",
"adresses": ["5.9.220.14"] "adresses": ["5.9.220.114"]
}, },
{ {
"name": "VPN02", "name": "VPN02",
"mac": "00:00:00:00:00:02", "mac": "ga:te:wa:yv:pn:02",
"domain": "other" "domain": "other",
"adresses": ["5.9.220.115"]
} }
] ]
} }