pyroman 0.6.2-1.1 source package in Ubuntu

Changelog

pyroman (0.6.2-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * No-change source-only upload to allow testing migration. 

 -- Boyuan Yang <email address hidden>  Tue, 21 Jan 2020 12:45:15 -0500

Upload details

Uploaded by:
Erich Schubert
Uploaded to:
Sid
Original maintainer:
Erich Schubert
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe admin
Mantic release universe admin
Lunar release universe admin
Jammy release universe admin
Focal release universe admin

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyroman_0.6.2-1.1.dsc 1.8 KiB 3ed42ebe3ecfa4f5ed84fff29dfc57df527ff20d6ba3b8cea15c41e1cee7868e
pyroman_0.6.2.orig.tar.gz 32.6 KiB 2f050e6e0c6cb3f312aeb449a3418882d1446d87df768717afaf48b1d62f4eee
pyroman_0.6.2-1.1.debian.tar.xz 6.6 KiB f16ae1418fdf26a2491018701c80bdc09eb8d3ec62eaf82ecf36e179adf3a346

Available diffs

No changes file available.

Binary packages built by this source

pyroman: Very fast firewall configuration tool

 Pyroman is a firewall tool written in Python for complex networks,
 but it can of course also handle simple single-host-single-link setups.
 .
 Interesting features:
  * Fast, due to use of iptables-restore for mass setting of rules
  * Rollback to previous firewall configuration on errors
  * Safety options to prevent mistakes in configuration (success confirmation
    prompt and/or scripted external verification)
  * Detailed error reporting
  * Lots of verification checks done before execution
  * Powerful yet clean configuration files (in Python and/or XML)
  * Designed for multiple hosts, firewalls, networks
  * Consistent firewalls for IPv4 and IPv6
  * Can print static rules in single-shot usage to load with other tools
    such as iptables-restore and iptables-persistent, or to manually adapt
 .
 Pyroman is inspired by Shorewall and FireHOL, but tries to improve upon them
 with respect to performance and ease of configuration.
 .
 Pyroman currently only configures iptables/netfilter firewalls, it does
 not include configuration utilities for setting up VPN or traffic shaping.