mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-12 19:28:20 +00:00
11 lines
No EOL
271 B
JSON
11 lines
No EOL
271 B
JSON
{
|
|
"$id": "https://nfsense.net/schema/vpn/vpn.schema.json",
|
|
"title": "VPN",
|
|
"type": "object",
|
|
"properties": {
|
|
"wireguard": {
|
|
"$ref": "https://nfsense.net/schema/vpn/wireguard.schema.json"
|
|
}
|
|
},
|
|
"required": ["wireguard"]
|
|
} |