add domain validation using values from proxies

This commit is contained in:
Alisdair MacLeod
2026-02-02 09:53:49 +00:00
parent 3a6f364b03
commit 30572fe1b8
6 changed files with 178 additions and 139 deletions

View File

@@ -21,6 +21,7 @@ message GetMappingUpdateRequest {
string proxy_id = 1;
string version = 2;
google.protobuf.Timestamp started_at = 3;
string address = 4;
}
// GetMappingUpdateResponse contains zero or more ProxyMappings.