This commit is contained in:
Boof 2023-01-11 12:35:43 +01:00 committed by GitHub
parent fe47423460
commit 60bed3bdfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4602 additions and 1 deletions

View File

@ -3,7 +3,6 @@
//Also check if they are using a vpn //Also check if they are using a vpn
$.getJSON("https://europe-central2-portfolio-website-374313.cloudfunctions.net/getip", function(data) { $.getJSON("https://europe-central2-portfolio-website-374313.cloudfunctions.net/getip", function(data) {
var userip = (data.ip); var userip = (data.ip);
document.getElementById("formip").value = (data.ip);
fetch('vpnip.txt') fetch('vpnip.txt')
.then(response => response.arrayBuffer()) .then(response => response.arrayBuffer())
.then(arrayBuffer => { .then(arrayBuffer => {

4602
Other/XYgu/vpnip.txt Normal file

File diff suppressed because it is too large Load Diff