spumer

Results 73 comments of spumer

Which command you use to traffic dump? I mean full command

Yea, in future plans is back some CLI stats or something else to make it more clarify

I think we need dynamic whitelist. First answer always with challenge. If IP retry request without challenge after 3-5 sec, we can guess it's not a ddos and answer with...

Why you think it does not work? Looks like it related to https://github.com/sqproxy/sqproxy/issues/110

1. Лучше наоборот отключить автоконнекты в либах и управлять этим поведением на нашем уровне. Так у нас будет возможность для всех одинаковое поведение реализовать 2. Красиво это плохой критерий. Сделано...

I think fix should looks like this: ```python class ApispecEnumField(ma_enum.EnumField): def __init__(self, enum_value, by_value=False, load_by=None, dump_by=None, error='', *args, **kwargs): super().__init__(enum_value, by_value, load_by, dump_by, error, *args, **kwargs) if self.load_by == ma_enum.LoadDumpOptions.name:...

May be we can use latest gevent for all pythons? Not only 3.11 https://www.gevent.org/changelog.html ``` 23.9.1 (2023-09-12) Bugfixes Require greenlet 3.0 on Python 3.11 and Python 3.12; greenlet 3.0 is...