mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-06 05:37:50 +02:00
makeseeds: Update known user agents
This commit is contained in:
@@ -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]:
|
||||
|
||||
Reference in New Issue
Block a user