DERPMapURL is an option for [ConnInfo.Expand] specifying an alternate URL to fetch the DERP map from instead of [DefaultDERPMapURL].
| 96 | // alternate URL to fetch the DERP map from instead of |
| 97 | // [DefaultDERPMapURL]. |
| 98 | type DERPMapURL string |
| 99 | |
| 100 | // DERPMapCache is an option for [ConnInfo.Expand] and [FetchDERPMap] |
| 101 | // that caches fetched DERP maps. Without one, a process-wide |
no outgoing calls
no test coverage detected