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

This commit is contained in:
Stefan Hoffmann 2023-05-11 19:36:24 +00:00
parent 2430905298
commit 98a4a5eef2

View File

@ -1,8 +1,13 @@
{ {
"devices":[ "devices":[
{ {
"name": "Testgateway", "name": "VPN01",
"mac": "18:e8:29:ad:9a:34", "mac": "ga:te:wa:vp:01",
"domain": "other"
},
{
"name": "VPN02",
"mac": "ga:te:wa:vp:02",
"domain": "other" "domain": "other"
} }
] ]