()
| 12 | ) |
| 13 | |
| 14 | func init() { |
| 15 | hookConfigureWebClient.Set(func(lb *ipnlocal.LocalBackend) { |
| 16 | lb.ConfigureWebClient(&local.Client{ |
| 17 | Socket: args.socketpath, |
| 18 | UseSocketOnly: args.socketpath != paths.DefaultTailscaledSocket(), |
| 19 | }) |
| 20 | }) |
| 21 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…