Fixed: Does RuleSet resolve ip logic modification

This commit is contained in:
Skyxim
2021-12-06 21:44:43 +08:00
parent 8df3efe932
commit 833b43a538
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ func (rs *RuleSet) Payload() string {
}
func (rs *RuleSet) ShouldResolveIP() bool {
return rs.getProviders().Behavior() != P.Domain
return rs.getProviders().ShouldResolveIP()
}
func (rs *RuleSet) getProviders() P.RuleProvider {
if rs.ruleProvider == nil {