mirror of
https://github.com/juanfont/headscale.git
synced 2026-03-31 22:43:31 +02:00
Migrate IP fields in database to dedicated columns (#1869)
This commit is contained in:
@@ -126,3 +126,11 @@ message DebugCreateNodeRequest {
|
||||
message DebugCreateNodeResponse {
|
||||
Node node = 1;
|
||||
}
|
||||
|
||||
message BackfillNodeIPsRequest {
|
||||
bool confirmed = 1;
|
||||
}
|
||||
|
||||
message BackfillNodeIPsResponse {
|
||||
repeated string changes = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user