mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-08-09 22:57:47 +02:00
Finalized v3.0.7 codebase
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user