mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-06-06 23:57:21 +02:00
Finalized v3.0.7 codebase
This commit is contained in:
parent
973d0b3372
commit
e7b4054248
@ -57,7 +57,7 @@ var (
|
|||||||
name = "Zoraxy"
|
name = "Zoraxy"
|
||||||
version = "3.0.7"
|
version = "3.0.7"
|
||||||
nodeUUID = "generic"
|
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()
|
bootTime = time.Now().Unix()
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -51,10 +51,10 @@ func NewRouteManager(options *Options, logger *logger.Logger) *RouteManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (b *LoadBalanceRule) GetProxyTargetIP() {
|
func (b *LoadBalanceRule) GetProxyTargetIP() {
|
||||||
|
//TODO: Implement get proxy target IP logic here
|
||||||
}
|
}
|
||||||
|
|
||||||
// Print debug message
|
// Print debug message
|
||||||
func (m *RouteManager) debugPrint(message string, err error) {
|
func (m *RouteManager) debugPrint(message string, err error) {
|
||||||
m.Logger.PrintAndLog("LoadBalancer", message, err)
|
m.Logger.PrintAndLog("LB", message, err)
|
||||||
}
|
}
|
||||||
|
@ -258,7 +258,7 @@
|
|||||||
<label>Skip Verification<br>
|
<label>Skip Verification<br>
|
||||||
<small>Check this if proxy target is using self signed certificates</small></label>
|
<small>Check this if proxy target is using self signed certificates</small></label>
|
||||||
</div><br>
|
</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);
|
column.empty().append(input);
|
||||||
}else if (datatype == "vdir"){
|
}else if (datatype == "vdir"){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user