feat: return hostname suffix on AgentConnectionInfo (#17334)

Adds the Hostname Suffix to `AgentConnectionInfo` --- the VPN provider will use it to control the suffix for DNS hostnames.

part of: #16828
This commit is contained in:
Spike Curtis
2025-04-11 13:09:51 +04:00
committed by GitHub
parent 60fbe675ed
commit 12dc086628
7 changed files with 45 additions and 2 deletions

3
coderd/apidoc/docs.go generated
View File

@ -18615,6 +18615,9 @@ const docTemplate = `{
},
"disable_direct_connections": {
"type": "boolean"
},
"hostname_suffix": {
"type": "string"
}
}
},