mirror of
https://github.com/fosrl/newt.git
synced 2026-02-08 05:56:40 +00:00
Standardize logs
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package proxy
|
||||
|
||||
import (
|
||||
"log"
|
||||
"net"
|
||||
"sync"
|
||||
|
||||
@@ -21,5 +22,6 @@ type ProxyTarget struct {
|
||||
type ProxyManager struct {
|
||||
targets []ProxyTarget
|
||||
tnet *netstack.Net
|
||||
log *log.Logger
|
||||
sync.RWMutex // Protect access to targets slice
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user