Skip to content

Commit 610bf61

Browse files
committed
.
1 parent b0d97cd commit 610bf61

1 file changed

Lines changed: 15 additions & 17 deletions

File tree

examples/config/mapping.json

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
{
2-
"hosts": {
3-
"server": {
4-
"ip": "192.168.1.1", // REQUIRED: Host IP
5-
"mac": "XX:XX:XX:XX:XX:XX", // REQUIRED for PHYSICAL type
6-
"startupTime": 60, // Optional: seconds to wait after wake
7-
"url": "http://custom-wol:7777
8-
" // Optional: override default ENV.wolURL
2+
"hosts": {
3+
"server": {
4+
"ip": "192.168.1.1",
5+
"mac": "XX:XX:XX:XX:XX:XX",
6+
"startupTime": 60
7+
}
8+
},
9+
"routes": {
10+
"server-only": {
11+
"route": ["server"]
12+
}
13+
},
14+
"records": {
15+
"*.mydomain.com": "server-only"
16+
}
917
}
10-
},
11-
"routes": {
12-
"server-only": {
13-
"route": ["server"]
14-
}
15-
},
16-
"records": {
17-
"*.mydomain.com": "server-only"
18-
}
19-
}

0 commit comments

Comments
 (0)