mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-17 00:42:45 +00:00
makeseeds: Update known user agents
This commit is contained in:
parent
707ad46696
commit
982883a1bc
@ -48,8 +48,9 @@ PATTERN_AGENT = re.compile(
|
||||
r"|25\.(0|1|2|99)\.0"
|
||||
r"|26\.(0|1|2|99)\.0"
|
||||
r"|27\.(0|1|2|99)\.0"
|
||||
r"|28\.(0|1|2|99)\.0"
|
||||
r"|29\.(0|99)\.0"
|
||||
r"|28\.(0|1|2|3|4|99)\.0"
|
||||
r"|29\.(0|1|2|3|99)\.0"
|
||||
r"|30\.(0|1|2|99)\.0"
|
||||
r")")
|
||||
|
||||
def parseline(line: str) -> Union[dict, None]:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user