nserver icon indicating copy to clipboard operation
nserver copied to clipboard

Python DNS Name Server Framework

Results 3 nserver issues
Sort by recently updated
recently updated
newest added

Blueprints as implemented in 75edfb4 seem poorly thought out. They don't act as the same super simple `flask.blueprint` or `[starlette|fastapi].router`. It feels like a "bigger" name might suit them better,...

As of 2024-06-08 [`dnslib` is in maintenance mode](https://github.com/paulc/dnslib/commit/c9df52f2e6920a9742f02e7f5b44bc9c069a4e6a). Whilst [I did look at modernising it / bringing it back into support](https://github.com/paulc/dnslib/pull/61), it looks like the author does not have the...

Noticed this while running the tests `nserver/rules.py:328`: DeprecationWarning: The 'registered_domain' property is deprecated and will be removed in the next major version. Use 'top_domain_under_public_suffix' instead, which has the same behavior...

help wanted
good first issue