pyroman 0.6.1-1 source package in Ubuntu

Changelog

pyroman (0.6.1-1) unstable; urgency=medium

  * Fixes for python3

 -- Erich Schubert <email address hidden>  Sat, 07 Sep 2019 17:04:25 +0200

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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyroman_0.6.1-1.dsc 1.8 KiB d50af5bbe6e93c409858a72341e78f911e722c29a3f8c3a59e14964e57c7d0eb
pyroman_0.6.1.orig.tar.gz 32.6 KiB a7f9452a6a1b498f772141ed25daffe95cce4cfe75a3dc80991f872756766a9c
pyroman_0.6.1-1.debian.tar.xz 6.4 KiB efb8598026be8d0b84fa386e6df5170cecf11411adc519efc7b1b1b9c0577416

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.