Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / manifests / rules / out @ 3e2b5119

# Date Auteur Commentaire
925c358d 2023-12-31 08:11 Tim Meusel

rules::out::ospf3: Allow filtering on outgoing interfaces

51850192 2023-12-31 07:57 Tim Meusel

rules::out::mdns: Allow interface filtering

d1864b10 2023-12-29 08:25 Tim Meusel

out::icmp: simplify filtering/fix ICMP bug

5d554e75 2023-12-29 07:32 Tim Meusel

out::icmp: Add parameter documentation

f9de4dee 2023-12-29 07:31 Tim Meusel

out::icmp: reformat code

9d1ee648 2023-12-20 04:41 Tim Meusel

rules::out:dns: refactor for better readability

50a5be8b 2023-08-26 18:05 Tim Meusel

Add rule for incoming SSDP

6b350264 2023-08-19 16:22 Tim Meusel

Add rule for outgoing multicast DNS

e499cece 2023-08-19 15:52 Tim Meusel

Add rule for multicast listener requests (MLDv2)

020842af 2023-08-09 20:00 Tim Meusel

Add rules for IGMP

ea29e235 2023-06-19 12:58 Simon Hoenscheid

add ldap and active directory rules

a1f09048 2022-10-24 16:59 Tim Meusel

Add class for outgoing HKP firewalling

7937a13b 2022-07-11 04:18 Tim Meusel

chrony: Allow filtering for outgoing NTP servers

2b1896c1 2022-07-10 06:42 Tim Meusel

Add rule to allow outgoing whois queries

194e05d5 2022-07-07 08:53 Tim Meusel

Add class for outgoing PXP connections

cbe342b9 2021-11-17 01:51 tr

Use protocol number instead of label

The label was `ospf` and will be `ospfigp` in the future. Instead of
creating a map use the protocol number to be compatible with newer
versions.

19908f41 2021-01-18 14:07 mh

add some mail related outgoing rules

09cba182 2021-01-18 10:36 Steve Traylen

Enable parameter_documentation lint

The linter checks that every parameter has been documented.

While corrections have been made to great many classes some more
complicated examples have been left for now. Should be updated
as the files get touched.

https://github.com/domcleal/puppet-lint-param-docs

94a80621 2020-12-14 05:07 Steve Traylen

Use Stdlib::Port everywhere in place of Integer

Use Stdlib::Port in place of Integer for ports

Fixes #37

04176b0e 2020-12-13 16:52 mh

switch naming to puppetserver

2075a727 2020-12-10 09:21 Steve Traylen

Correct NFS udp and tcp port matching

There was a missing `th` from rule which from the examples in the man
page is meant to be there.

Cannot find the docs for what `th` does.

31b17627 2020-12-07 11:18 Steve Traylen

Use single line for each parameter definition

11bf7237 2020-12-07 09:51 Steve Traylen

lint_fix results

5210e023 2020-12-01 05:42 Dan van der Ster

Add NFS-related rules

Signed-off-by: Dan van der Ster <>

bbc93ede 2020-12-01 04:33 Dan van der Ster

Add ceph related rules

Signed-off-by: Dan van der Ster <>

79e9a23f 2020-11-21 03:10 Nacho Barrientos

Move ICMP stuff to separate classes

9785cd54 2020-11-18 11:02 Steve Traylen

lint fix

215aee13 2020-11-18 07:18 Steve Traylen

Add kerberos out and openafs_client out

43566263 2020-11-15 10:47 Nacho Barrientos

Add rules for outgoing and incoming DHCPv6 client traffic

e17693e3 2020-10-20 08:29 Steve Traylen

New parameter out_all, default false

In order to allow all outbound traffic a parameter is
added to enable a simple `allow` entry on the out chain.

Default is false so backwards compatible.

If true all the other out_bound rules (ntp, ...) will be disabled...

25205881 2020-10-14 12:15 tr

Fix rule puppet out

ba5e15bd 2020-08-30 11:04 tr

Add rules for OSPF

2e704fc9 2020-08-30 07:09 mh

add new rules

8efbdf9a 2020-08-29 19:05 tr

Refactoring

d4de1bfe 2020-08-29 09:39 tr

Allow to set a list of dns servers

a98c98d4 2020-08-29 09:26 tr

Add in/out rules for Tor

ca24c673 2020-08-29 09:23 tr

Add in/out rules for wireguard

223f3c54 2020-08-29 09:20 tr

Add a rule for dhcpc

188e569f 2020-08-29 09:14 tr

Remove out rule ntp

Duplicate to chrony, but chrony allows every sport (which is required by
chrony).

ee1cf60a 2020-08-29 09:12 mh

add outgoing puppet

cd664666 2020-08-29 08:55 tr

Allow http by default

CentOS mirrors are only available over http.

0c850704 2020-08-29 08:28 tr

Add a class for outgoing ntp

c5ff0cc5 2020-08-29 08:28 tr

Add a class for outgoing https

9da28f8c 2020-08-29 08:28 tr

Add a class for outgoing dns

0ba57c66 2020-08-29 05:50 mh

initial release