File: control

package info (click to toggle)
uruk 20190121-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,188 kB
  • sloc: sh: 1,852; makefile: 151; xml: 51
file content (26 lines) | stat: -rw-r--r-- 1,069 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: uruk
Section: net
Priority: optional
Maintainer: Joost van Baal-Ilić <joostvb@debian.org>
Standards-Version: 3.9.8
Homepage: http://mdcc.cx/uruk/
Vcs-Git: http://git.mdcc.cx/uruk-pkg.git
Vcs-Browser: http://mdcc.cx/git/wd/uruk-pkg/

Package: uruk
Architecture: all
Depends: iptables
Conflicts: ufw
Description: Very small firewall script, for configuring iptables
 Uruk is a wrapper for Linux ip[6]tables.  A very simple shell script, but
 useful if you need similar (but not the same) packet filtering configurations
 on lots of hosts.  It uses a template file, which gets sourced as a shell
 script, to get lists of source addresses, allowed to use specific network
 services.  Listing these groups of allowed hosts and allowed services is all
 what's needed to configure your box.
 .
 Main difference with other firewall setup tools: uruk is just a very small
 (just 14K!) shell script, no gui, no interactive setup, no default
 configuration.  You'll like this if you'd rather not have lots of (probably
 buggy) code between you and your filtering rules.