We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ba860b commit 4f68818Copy full SHA for 4f68818
1 file changed
README.md
@@ -124,18 +124,18 @@ WoL Redirect will use the `config.json` to get the host of the requested service
124
{
125
"hosts": {
126
"pve": {
127
- "ip": "192.XXX.XXX.1",
+ "ip": "192.168.1.1",
128
"mac": "XX:XX:XX:XX",
129
"startupTime": 40
130
},
131
"lxc": {
132
- "ip": "192.XXX.XXX.10",
133
"id": "100",
134
"startupTime": 10,
135
"isVirtual": true
136
137
"ubuntu-vm": {
138
139
140
141
0 commit comments