]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
update some http links master 16/head
authorFabio Pedretti <pedretti.fabio@gmail.com>
Wed, 7 Aug 2024 10:25:24 +0000 (12:25 +0200)
committerFabio Pedretti <pedretti.fabio@gmail.com>
Wed, 7 Aug 2024 10:25:24 +0000 (12:25 +0200)
extensions/ACCOUNT/libxt_ACCOUNT.man
extensions/ACCOUNT/xt_ACCOUNT.c
extensions/libxt_CHAOS.man
extensions/libxt_TARPIT.man
extensions/xt_TARPIT.c
xtables-addons.8.in

index 09a7e35276bbd3c167892b8e0766c4fd6efdb176..df9a09689399b33158c2e4ff6b4c101e2a0d69a0 100644 (file)
@@ -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/
index 9b1e71140b07d985aac96884a805932f8e7cbff0..2cd38a1aed0a58335b4acd78095314258a4610bf 100644 (file)
@@ -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                               *
index 8117c4c05ac5f7f0cdb482086b70ab6c75732121..0e5c66aa7b151c7fa03114651146f80953d43885 100644 (file)
@@ -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.
index dd47e0ef5c974dea031945480a94bc7210648ec3..e916df65e667e9c58624b4f382b4aac9ef9b30d9 100644 (file)
@@ -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
-<http://www.hackbusters.net/LaBrea/> but does not require dedicated hardware or
+<https://labrea.sourceforge.io/> but does not require dedicated hardware or
 IPs. Any TCP port that you would normally DROP or REJECT can instead become a
 tarpit.
 .TP
index 78dfb95160c4d994581c188587a2f1f933064006..0994af308de9487e5d3620aaba64c2f121368bcd 100644 (file)
@@ -6,7 +6,7 @@
  *     Copyright © Aaron Hopkins <tools [at] die net>, 2002
  *
  *     Based on ipt_REJECT.c and offering functionality similar to
- *     LaBrea <http://www.hackbusters.net/LaBrea/>.
+ *     LaBrea <https://labrea.sourceforge.io/>.
  *
  *     <<<
  *     This program is free software; you can redistribute it and/or modify
index 7e57c289b1e1cef24ae4be5a97fb15e87dd9e8ad..1bd52ad8679933913568f134ec4e2669d1666459 100644 (file)
@@ -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.