5
0
mirror of git://git.proxmox.com/git/pve-firewall.git synced 2025-01-09 01:18:04 +03:00
Go to file
Lorenz Stechauner d9e7522b56 fix #2721: remove reject tcp 43 from default drop and reject actions
first, '43' is a typo, it should say '113' (if it really is like
legacy shorewall [0]). this tcp port corresponds to the ident or
authentication service protocol.

second, nowdays this reject is not included in shorewall anymore.
furthermore it would make no sense to reject specifically this
one port.

[0] https://gitlab.com/shorewall/code/-/blob/4.6.13/Shorewall/action.Drop#L66
    https://gitlab.com/shorewall/code/-/blob/4.6.13/Shorewall/Macros/macro.Auth

Signed-off-by: Lorenz Stechauner <l.stechauner@proxmox.com>
2021-08-06 14:03:52 +02:00
debian bump version to 4.2-2 2021-06-21 11:31:47 +02:00
src fix #2721: remove reject tcp 43 from default drop and reject actions 2021-08-06 14:03:52 +02:00
test test/simulator: add very basic ICMP type functionallity 2020-05-04 14:10:55 +02:00
Makefile buildsys: change upload/repo dist to bullseye 2021-05-24 11:39:09 +02:00