mirror of
https://github.com/jsiebens/ionscale.git
synced 2026-03-31 15:07:49 +01:00
feat: add support for search domains in dns config
This commit is contained in:
@@ -29,6 +29,7 @@ message DNSConfig {
|
||||
map<string, Routes> routes = 4;
|
||||
string magic_dns_suffix = 5;
|
||||
bool https_certs = 6;
|
||||
repeated string search_domains = 7;
|
||||
}
|
||||
|
||||
message Routes {
|
||||
|
||||
Reference in New Issue
Block a user