ruantiblock-mod-lua, ruantiblock-mod-py: fixed rublacklist

This commit is contained in:
gSpot
2023-08-31 18:59:10 +03:00
parent a933fc36f9
commit 91749b6ace
5 changed files with 6 additions and 6 deletions
@@ -380,7 +380,7 @@ class RblFQDN(BlackListParser):
def __init__(self):
super().__init__()
self.url = self.RBL_ALL_URL
self.records_separator = '{"authority": '
self.records_separator = '{"appearDate": '
self.ips_separator = ", "
def parser_func(self):