dns配置功能提交

Signed-off-by: zhangwei <zhangwei@intranet.com>
This commit is contained in:
zhangwei
2018-06-04 12:43:06 +08:00
parent 1874592ed0
commit 24c37c1834
9 changed files with 1306 additions and 11 deletions

View File

@@ -43,6 +43,7 @@ public class CfgIndexInfo extends BaseCfg<CfgIndexInfo> {
private List<HttpBodyCfg> httpResBodyList;
private SslKeywordCfg sslCfg;
private List<BaseStringCfg> sslList;
private List<ComplexkeywordCfg> domainList;
public AvVoipAccountCfg getVoipAccount() {
return voipAccount;
@@ -152,6 +153,12 @@ public class CfgIndexInfo extends BaseCfg<CfgIndexInfo> {
public void setHttpResBodyList(List<HttpBodyCfg> httpResBodyList) {
this.httpResBodyList = httpResBodyList;
}
public List<ComplexkeywordCfg> getDomainList() {
return domainList;
}
public void setDomainList(List<ComplexkeywordCfg> domainList) {
this.domainList = domainList;
}
public static String getTablename() {
return tableName;
}