ServerURLs returns the addresses of the relay servers.
()
| 253 | |
| 254 | // ServerURLs returns the addresses of the relay servers. |
| 255 | func (m *Manager) ServerURLs() []string { |
| 256 | return m.serverPicker.ServerURLs.Load().([]string) |
| 257 | } |
| 258 | |
| 259 | // RelayConnectError returns the error from the most recent failed home relay |
| 260 | // reconnect attempt, or nil if the relay last connected successfully. |