mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-10-11 03:53:22 +02:00
contrib: update makeseeds UA regex
This commit is contained in:
@@ -48,7 +48,8 @@ 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|99)\.0"
|
||||
r"|28\.(0|1|2|99)\.0"
|
||||
r"|29\.(0|99)\.0"
|
||||
r")")
|
||||
|
||||
def parseline(line: str) -> Union[dict, None]:
|
||||
|
Reference in New Issue
Block a user