This commit is contained in:
Owen 2025-02-15 17:52:51 -05:00
parent 9c3112f9bd
commit 76503f3f2c
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD

View file

@ -41,7 +41,7 @@ func NewProxyManager(tnet *netstack.Net) *ProxyManager {
}
}
// AddTarget adds a new target for proxying
// AddTarget adds as new target for proxying
func (pm *ProxyManager) AddTarget(proto, listenIP string, port int, targetAddr string) error {
pm.mutex.Lock()
defer pm.mutex.Unlock()