mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
fix
This commit is contained in:
parent
fe47423460
commit
60bed3bdfc
@ -3,7 +3,6 @@
|
||||
//Also check if they are using a vpn
|
||||
$.getJSON("https://europe-central2-portfolio-website-374313.cloudfunctions.net/getip", function(data) {
|
||||
var userip = (data.ip);
|
||||
document.getElementById("formip").value = (data.ip);
|
||||
fetch('vpnip.txt')
|
||||
.then(response => response.arrayBuffer())
|
||||
.then(arrayBuffer => {
|
||||
|
||||
4602
Other/XYgu/vpnip.txt
Normal file
4602
Other/XYgu/vpnip.txt
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user