fix: update conn derpmap every 5s in single tailnet (#9176)

This commit is contained in:
Dean Sheather
2023-08-23 04:20:31 -07:00
committed by GitHub
parent 53de47d4c8
commit f35423c041
9 changed files with 113 additions and 16 deletions

3
coderd/apidoc/docs.go generated
View File

@ -11976,6 +11976,9 @@ const docTemplate = `{
"app_security_key": {
"type": "string"
},
"derp_map": {
"$ref": "#/definitions/tailcfg.DERPMap"
},
"derp_mesh_key": {
"type": "string"
},