mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-06-03 06:07:20 +02:00
Updated geodb and merged PR from main
This commit is contained in:
parent
608cc0c523
commit
b40131d212
@ -61,7 +61,7 @@ var (
|
|||||||
name = "Zoraxy"
|
name = "Zoraxy"
|
||||||
version = "3.1.1"
|
version = "3.1.1"
|
||||||
nodeUUID = "generic" //System uuid, in uuidv4 format
|
nodeUUID = "generic" //System uuid, in uuidv4 format
|
||||||
development = true //Set this to false to use embedded web fs
|
development = false //Set this to false to use embedded web fs
|
||||||
bootTime = time.Now().Unix()
|
bootTime = time.Now().Unix()
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1110,7 +1110,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
$("#ipAddressInput").val("");
|
$("#ipAddressInput").val("");
|
||||||
$("#ipAddressInput").parent().remvoeClass("error");
|
$("#ipAddressInput").parent().removeClass("error");
|
||||||
},
|
},
|
||||||
error: function() {
|
error: function() {
|
||||||
alert("Failed to add IP address to blacklist");
|
alert("Failed to add IP address to blacklist");
|
||||||
@ -1244,7 +1244,7 @@
|
|||||||
|
|
||||||
$("#ipAddressInputWhitelist").val("");
|
$("#ipAddressInputWhitelist").val("");
|
||||||
$("#ipAddressCommentsWhitelist").val("");
|
$("#ipAddressCommentsWhitelist").val("");
|
||||||
$("#ipAddressInputWhitelist").parent().remvoeClass("error");
|
$("#ipAddressInputWhitelist").parent().removeClass("error");
|
||||||
},
|
},
|
||||||
error: function() {
|
error: function() {
|
||||||
alert("Failed to add IP address to whitelist");
|
alert("Failed to add IP address to whitelist");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user