Browse Source

19bits

master
SeraphJACK 3 years ago
parent
commit
a8f7319bd6
Signed by: SeraphJACK <seraphjack@outlook.com> GPG Key ID: 14162B46567AB06F
2 changed files with 2 additions and 27 deletions
  1. +1
    -1
      http/challenge.go
  2. +1
    -26
      static/js/worker.js

+ 1
- 1
http/challenge.go View File

@@ -35,5 +35,5 @@ func checkChallenge(ip net.IP, magic string) bool {
return false return false
} }
} }
return (hash[3] & 0xC0) == 0
return (hash[3] & 0xE0) == 0
} }

+ 1
- 26
static/js/worker.js
File diff suppressed because it is too large
View File


Loading…
Cancel
Save