(v bool)
| 522 | } |
| 523 | |
| 524 | func (c *Conn) SetDERPForceWebSockets(v bool) { |
| 525 | c.logger.Info(context.Background(), "setting DERP Force Websockets", slog.F("force_derp_websockets", v)) |
| 526 | c.magicConn.SetDERPForceWebsockets(v) |
| 527 | } |
| 528 | |
| 529 | // SetBlockEndpoints sets whether to block P2P endpoints. This setting |
| 530 | // will only apply to new peers. |
no test coverage detected