mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-06-03 06:07:20 +02:00
Update main.go
Switched dev mode to false (Note: The advance routing rule system is still work in progress, do not use them)
This commit is contained in:
parent
36b17ce4cf
commit
0a8a821394
@ -43,7 +43,7 @@ var (
|
||||
name = "Zoraxy"
|
||||
version = "2.6.5"
|
||||
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()
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user