This commit is contained in:
@@ -19,7 +19,7 @@ namespace AddHostToProxy
|
||||
var lsDomain = new List<string>();
|
||||
var _meta = new Meta();
|
||||
host.meta = _meta;
|
||||
lsDomain.Add(item.Value+".vnk.security.local");
|
||||
lsDomain.Add(item.Value+"-vnk.security.local");
|
||||
host.domain_names = lsDomain;
|
||||
host.forward_host = item.Key;
|
||||
var str2 = await AddProxyHostAsync(str, host);
|
||||
|
||||
Reference in New Issue
Block a user