Finalized v3.0.7 codebase

This commit is contained in:
Toby Chui 2024-06-19 10:44:12 +08:00
parent 973d0b3372
commit e7b4054248
3 changed files with 4 additions and 4 deletions

View File

@ -57,7 +57,7 @@ var (
name = "Zoraxy"
version = "3.0.7"
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()
/*

View File

@ -51,10 +51,10 @@ func NewRouteManager(options *Options, logger *logger.Logger) *RouteManager {
}
func (b *LoadBalanceRule) GetProxyTargetIP() {
//TODO: Implement get proxy target IP logic here
}
// Print debug message
func (m *RouteManager) debugPrint(message string, err error) {
m.Logger.PrintAndLog("LoadBalancer", message, err)
m.Logger.PrintAndLog("LB", message, err)
}

View File

@ -258,7 +258,7 @@
<label>Skip Verification<br>
<small>Check this if proxy target is using self signed certificates</small></label>
</div><br>
<button class="ui basic compact tiny button" style="margin-left: 0.4em; margin-top: 0.4em;" onclick="editLoadBalanceOptions('${uuid}');"><i class="purple server icon"></i> Load Balance</button>
<!-- <button class="ui basic compact tiny button" style="margin-left: 0.4em; margin-top: 0.4em;" onclick="editLoadBalanceOptions('${uuid}');"><i class="purple server icon"></i> Load Balance</button> -->
`;
column.empty().append(input);
}else if (datatype == "vdir"){