mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 02:14:40 +01:00
parent
8e913d8bf9
commit
69019b7a80
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ def parse_trusted_list(content):
|
|||
rx_comment = re.compile(r"^(#|$)")
|
||||
rx_inline_comment = re.compile(r"\s*#\s*[a-z0-9-].*$")
|
||||
rx_trusted = re.compile(r"^([*a-z0-9.-]+)\s*(@\S+)?$")
|
||||
rx_timed = re.compile(r".+\s*(@\S+)?$")
|
||||
rx_timed = re.compile(r".+\s*@\S+$")
|
||||
|
||||
names = set()
|
||||
time_restrictions = {}
|
||||
|
|
Loading…
Add table
Reference in a new issue