Skip to content

Commit 027f44b

Browse files
committed
2 parents aec50e2 + 4f68818 commit 027f44b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,18 +124,18 @@ WoL Redirect will use the `config.json` to get the host of the requested service
124124
{
125125
"hosts": {
126126
"pve": {
127-
"ip": "192.XXX.XXX.1",
127+
"ip": "192.168.1.1",
128128
"mac": "XX:XX:XX:XX",
129129
"startupTime": 40
130130
},
131131
"lxc": {
132-
"ip": "192.XXX.XXX.10",
132+
"ip": "192.168.1.1",
133133
"id": "100",
134134
"startupTime": 10,
135135
"isVirtual": true
136136
},
137137
"ubuntu-vm": {
138-
"ip": "192.XXX.XXX.10",
138+
"ip": "192.168.1.1",
139139
"id": "100",
140140
"startupTime": 10,
141141
"isVirtual": true

0 commit comments

Comments
 (0)