Use space for indentation

This commit is contained in:
Alex D. 2021-07-09 12:58:38 +00:00
parent d6b1a4932c
commit d21d9614a8
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 41 additions and 41 deletions

View File

@ -26,46 +26,46 @@ Here's a example that you may modify to your needs.
```json
{
"route": [
"fdaa:bbcc:ddee::/48": {
"description": "My home network",
"device": [
"router": {
"description": "My custom router running BIRD",
"address": "fdaa:bbcc:ddee::1"
},
"mail": {
"description": "Electronic mail endpoint",
"address": "fdaa:bbcc:ddee::5",
"service": [
{
"type": "smtp",
"endpoint": [
{ "port": 25 }
]
},
{
"description": "Super-secret authentication gateway",
"type": "kerberos",
"endpoint": [
{ "port": 89 }
]
},
{
"type": "imap",
"endpoint": [
{ "port": 143 }
]
}
]
}
]
},
"fdcc:ba11:b00b::/48": {
"device": [
"router": "fdcc:ba11:b00b::1"
]
}
]
"route": [
"fdaa:bbcc:ddee::/48": {
"description": "My home network",
"device": [
"router": {
"description": "My custom router running BIRD",
"address": "fdaa:bbcc:ddee::1"
},
"mail": {
"description": "Electronic mail endpoint",
"address": "fdaa:bbcc:ddee::5",
"service": [
{
"type": "smtp",
"endpoint": [
{ "port": 25 }
]
},
{
"description": "Super-secret authentication gateway",
"type": "kerberos",
"endpoint": [
{ "port": 89 }
]
},
{
"type": "imap",
"endpoint": [
{ "port": 143 }
]
}
]
}
]
},
"fdcc:ba11:b00b::/48": {
"device": [
"router": "fdcc:ba11:b00b::1"
]
}
]
}
```