feat(parsers): sync RU proxies from proxy-tools
This commit is contained in:
@@ -83,6 +83,8 @@ class ProxyFactory(factory.django.DjangoModelFactory):
|
||||
|
||||
address = factory.LazyFunction(generate_proxy_address)
|
||||
description = factory.LazyAttribute(lambda _: fake.sentence(nb_words=3))
|
||||
source = "manual"
|
||||
country_code = "RU"
|
||||
is_active = True
|
||||
fail_count = 0
|
||||
last_used_at = factory.LazyAttribute(
|
||||
|
||||
Reference in New Issue
Block a user