Update firewall rules to filter invalid ip address.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
370 B

[tool.poetry]
name = "updatebogons"
version = "0.1.0"
description = "Update nftables bogon ip list"
authors = ["Thomas Chevalier"]
license = "GPLv3+"
[tool.poetry.dependencies]
python = "^3.9"
[tool.poetry.dev-dependencies]
mypy = "^0.812"
pylint = "^2.8.2"
black = "^21.5b1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"