subprocess.run(["iptables", "-A", "INPUT", "-s", ip_address, "-j", "DROP"], check=True) subprocess.run(["iptables", "-A", "OUTPUT", "-d", ip_address, "-j", "DROP ...
You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.