fea: access in name proxy.

This commit is contained in:
Daniel Ding
2025-04-21 10:42:51 +08:00
parent 84c638ffe8
commit d8a24744d7
40 changed files with 243 additions and 213 deletions

View File

@@ -207,7 +207,7 @@ func (w *WorkerImpl) addOutput(bridge string, port *co.Output) {
port.Link = cn.Taps.GenName()
name, pass := SplitCombined(port.Secret)
algo, secret := SplitCombined(port.Crypt)
ac := co.Point{
ac := co.Access{
Alias: w.cfg.Alias,
Network: w.cfg.Name,
RequestAddr: false,