Skip to content

Commit

Permalink
Report 0 permission if unpaired or requested serverinfo from HTTP
Browse files Browse the repository at this point in the history
  • Loading branch information
ClassicOldSong committed Sep 23, 2024
1 parent 102c7b2 commit a32c6bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nvhttp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -838,6 +838,7 @@ namespace nvhttp {
}
else {
tree.put("root.mac", "00:00:00:00:00:00");
tree.put("root.Permission", "0");
}

// Moonlight clients track LAN IPv6 addresses separately from LocalIP which is expected to
Expand Down

0 comments on commit a32c6bf

Please sign in to comment.