Skip to content

Commit d6b17fe

Browse files
committed
use virtIP instead of ip for pinging purposes
1 parent 4cbf579 commit d6b17fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wol.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ function getDataFromHost(host) {
140140
url: virtualUrl,
141141
payload: {
142142
id: host.id,
143-
ip: host.ip,
143+
virtIP: host.ip,
144144
startupTime: host.startupTime,
145145
},
146146
}

0 commit comments

Comments
 (0)