Show service provider IP address while creating custom domain

This commit is contained in:
Shreerang Kale
2025-02-03 09:18:14 +05:30
committed by IshaVenikar
parent 56eccb48b3
commit 5d9c965f54
3 changed files with 54 additions and 14 deletions
+5 -5
View File
@@ -250,11 +250,11 @@ type Auction {
}
type DNSRecordAttributes {
name: string;
value: string;
request: string;
resourceType: string;
version: string;
name: String
value: String
request: String
resourceType: String
version: String
}
input AuctionParams {