From 97d63f72674071e0d5641c587bfe375dee6dbf39 Mon Sep 17 00:00:00 2001 From: Fabio Pedretti Date: Wed, 7 Aug 2024 12:25:24 +0200 Subject: [PATCH] update some http links --- extensions/ACCOUNT/libxt_ACCOUNT.man | 2 +- extensions/ACCOUNT/xt_ACCOUNT.c | 2 +- extensions/libxt_CHAOS.man | 2 +- extensions/libxt_TARPIT.man | 2 +- extensions/xt_TARPIT.c | 2 +- xtables-addons.8.in | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/extensions/ACCOUNT/libxt_ACCOUNT.man b/extensions/ACCOUNT/libxt_ACCOUNT.man index 09a7e35..df9a096 100644 --- a/extensions/ACCOUNT/libxt_ACCOUNT.man +++ b/extensions/ACCOUNT/libxt_ACCOUNT.man @@ -57,4 +57,4 @@ Also note that once a table has been defined for specific CIDR address/netmask block, it can be referenced multiple times using \-j ACCOUNT, provided that both the original table name and address/netmask block are specified. .PP -For more information go to http://www.intra2net.com/en/developer/ipt_ACCOUNT/ +For more information go to https://www.intra2net.com/en/developer/ipt_ACCOUNT/ diff --git a/extensions/ACCOUNT/xt_ACCOUNT.c b/extensions/ACCOUNT/xt_ACCOUNT.c index 9b1e711..2cd38a1 100644 --- a/extensions/ACCOUNT/xt_ACCOUNT.c +++ b/extensions/ACCOUNT/xt_ACCOUNT.c @@ -1,6 +1,6 @@ /*************************************************************************** * This is a module which is used for counting packets. * - * See http://www.intra2net.com/opensource/ipt_account * + * See https://www.intra2net.com/en/developer/ipt_ACCOUNT/ * * for further information * * * * Copyright (C) 2004-2011 by Intra2net AG * diff --git a/extensions/libxt_CHAOS.man b/extensions/libxt_CHAOS.man index 8117c4c..0e5c66a 100644 --- a/extensions/libxt_CHAOS.man +++ b/extensions/libxt_CHAOS.man @@ -18,5 +18,5 @@ connections than they can. The randomness factor of not replying vs. replying can be set during load-time of the xt_CHAOS module or during runtime in /sys/modules/xt_CHAOS/parameters. .PP -See http://inai.de/projects/chaostables/ for more information +See https://inai.de/projects/chaostables/ for more information about CHAOS, DELUDE and lscan. diff --git a/extensions/libxt_TARPIT.man b/extensions/libxt_TARPIT.man index dd47e0e..e916df6 100644 --- a/extensions/libxt_TARPIT.man +++ b/extensions/libxt_TARPIT.man @@ -11,7 +11,7 @@ inspection. In most cases this is sufficient to determine the nature of the attack. .PP This offers similar functionality to LaBrea - but does not require dedicated hardware or + but does not require dedicated hardware or IPs. Any TCP port that you would normally DROP or REJECT can instead become a tarpit. .TP diff --git a/extensions/xt_TARPIT.c b/extensions/xt_TARPIT.c index 78dfb95..0994af3 100644 --- a/extensions/xt_TARPIT.c +++ b/extensions/xt_TARPIT.c @@ -6,7 +6,7 @@ * Copyright © Aaron Hopkins , 2002 * * Based on ipt_REJECT.c and offering functionality similar to - * LaBrea . + * LaBrea . * * <<< * This program is free software; you can redistribute it and/or modify diff --git a/xtables-addons.8.in b/xtables-addons.8.in index 7e57c28..1bd52ad 100644 --- a/xtables-addons.8.in +++ b/xtables-addons.8.in @@ -10,5 +10,5 @@ Xtables-addons \(em additional extensions for iptables, ip6tables, etc. \fBiptaccount\fP(8) .PP For developers, the book "Writing Netfilter modules" at -http://inai.de/documents/Netfilter_Modules.pdf provides detailed +https://inai.de/documents/Netfilter_Modules.pdf provides detailed information on how to write such modules/extensions. -- 2.47.2