mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-06-27 01:41:44 +02:00
Finalized v3.0.6 changes
- Updated geodb database - Updated custom header UI - Added tools for update acmedns and geodb
This commit is contained in:
@ -54,7 +54,7 @@ var (
|
||||
name = "Zoraxy"
|
||||
version = "3.0.6"
|
||||
nodeUUID = "generic"
|
||||
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()
|
||||
|
||||
/*
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -97,6 +97,7 @@
|
||||
$("#headerModeAdd").removeClass("active");
|
||||
$("#headerModeRemove").addClass("active");
|
||||
$("#headerValue").parent().hide();
|
||||
$("#headerValue").val("");
|
||||
});
|
||||
|
||||
//Bind events to header directions option
|
||||
|
Reference in New Issue
Block a user