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

This commit is contained in:
gSpot
2023-08-31 19:08:27 +03:00
parent 0180097831
commit e5c4638774
5 changed files with 6 additions and 6 deletions
@@ -376,7 +376,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):