]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
Update my email address
authorJan Engelhardt <jengelh@inai.de>
Mon, 12 Nov 2012 18:01:14 +0000 (19:01 +0100)
committerJan Engelhardt <jengelh@inai.de>
Mon, 12 Nov 2012 18:01:14 +0000 (19:01 +0100)
To ... none! Whatever is recent is in the git log.

33 files changed:
extensions/compat_xtables.c
extensions/ip6table_rawpost.c
extensions/iptable_rawpost.c
extensions/libxt_CHAOS.c
extensions/libxt_CHAOS.man
extensions/libxt_DELUDE.c
extensions/libxt_DHCPMAC.c
extensions/libxt_ECHO.c
extensions/libxt_IPMARK.c
extensions/libxt_LOGMARK.c
extensions/libxt_condition.c
extensions/libxt_dhcpmac.c
extensions/libxt_geoip.c
extensions/libxt_ipp2p.c
extensions/libxt_lscan.c
extensions/libxt_quota2.c
extensions/xt_CHAOS.c
extensions/xt_DELUDE.c
extensions/xt_DHCPMAC.c
extensions/xt_ECHO.c
extensions/xt_IPMARK.c
extensions/xt_LOGMARK.c
extensions/xt_RAWNAT.c
extensions/xt_STEAL.c
extensions/xt_SYSRQ.c
extensions/xt_TARPIT.c
extensions/xt_condition.c
extensions/xt_ipv4options.c
extensions/xt_length2.c
extensions/xt_lscan.c
extensions/xt_quota2.c
geoip/xt_geoip_build
xtables-addons.8.in

index e3b3b37326a6518adcd28fae952fd60ad7076cda..98ffbc57ee6c7cca2a81b3e6c1e66ce78d31a6da 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *     API compat layer
- *     written by Jan Engelhardt <jengelh [at] medozas de>, 2008 - 2010
+ *     written by Jan Engelhardt, 2008 - 2010
  *
  *     This program is free software; you can redistribute it and/or
  *     modify it under the terms of the GNU General Public License, either
index 1cd9b263cff1aa02304a992cbe1a0b70622a67e7..5ef92f2a40b86260229bf010f8f1017f6191f64c 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *     rawpost table for ip6_tables
- *     written by Jan Engelhardt <jengelh [at] medozas de>, 2008 - 2009
+ *     written by Jan Engelhardt, 2008 - 2009
  *     placed in the Public Domain
  */
 #include <linux/module.h>
@@ -103,5 +103,5 @@ static void __exit rawpost6_table_exit(void)
 
 module_init(rawpost6_table_init);
 module_exit(rawpost6_table_exit);
-MODULE_AUTHOR("Jan Engelhardt <jengelh@medozas.de>");
+MODULE_AUTHOR("Jan Engelhardt ");
 MODULE_LICENSE("GPL");
index a266c8ec6566435bb29b08a04e8e071cab3f8544..6c621d86cf0a1900b7fc9c61b255917138c4d3a5 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *     rawpost table for ip_tables
- *     written by Jan Engelhardt <jengelh [at] medozas de>, 2008 - 2009
+ *     written by Jan Engelhardt, 2008 - 2009
  *     placed in the Public Domain
  */
 #include <linux/module.h>
@@ -105,5 +105,5 @@ static void __exit rawpost4_table_exit(void)
 module_init(rawpost4_table_init);
 module_exit(rawpost4_table_exit);
 MODULE_DESCRIPTION("Xtables: rawpost table for use with RAWNAT");
-MODULE_AUTHOR("Jan Engelhardt <jengelh@medozas.de>");
+MODULE_AUTHOR("Jan Engelhardt ");
 MODULE_LICENSE("GPL");
index 60c464f361ff613223caa10ec7746f071e91bf80..17fb22c8e3cada3d7a1a4d6d29645fa6eb9d9578 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *     "CHAOS" target extension for iptables
- *     Copyright © Jan Engelhardt <jengelh [at] medozas de>, 2006 - 2008
+ *     Copyright © Jan Engelhardt, 2006 - 2008
  *
  *     This program is free software; you can redistribute it and/or
  *     modify it under the terms of the GNU General Public License; either
index c7d6d1fbed33468f2bf0d333880f661c2f1ed103..779ac2a62274fad1635302d0ffa6f5988425967c 100644 (file)
@@ -17,5 +17,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://jengelh.medozas.de/projects/chaostables/ for more information
+See http://inai.de/projects/chaostables/ for more information
 about CHAOS, DELUDE and lscan.
index 641d652895a65c01cf95c53f08cdc6649e2e4543..308832c4113b5b10b979ad1546619b01bc64a0bf 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *     "DELUDE" target extension for iptables
- *     Copyright © Jan Engelhardt <jengelh [at] medozas de>, 2006 - 2008
+ *     Copyright © Jan Engelhardt, 2006 - 2008
  *
  *     This program is free software; you can redistribute it and/or
  *     modify it under the terms of the GNU General Public License; either
index 258658fa45381685ef9d23f5f74a06c9fda4c76b..c81961d2753a418c820cafed39a09214b83f155c 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *     "DHCPMAC" target extension for iptables
- *     Copyright © Jan Engelhardt <jengelh [at] medozas de>, 2008
+ *     Copyright © Jan Engelhardt, 2008
  *
  *     This program is free software; you can redistribute it and/or
  *     modify it under the terms of the GNU General Public License; either
index ddfdf15bb901bac1dddcd143bbe74670b09987a2..bb0f2aae3af3f9572362c973b3da3ff7ff9a7679 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *     "ECHO" target extension for iptables
- *     Copyright © Jan Engelhardt <jengelh [at] medozas de>, 2008
+ *     Copyright © Jan Engelhardt, 2008
  *
  *     This program is free software; you can redistribute it and/or
  *     modify it under the terms of the GNU General Public License; either
index 6d52e316da06158c1a36b60f817c7b11a3d514e2..2432e0defc8798286ad3a772b07a6b4f773fe49c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *     "IPMARK" target extension for iptables
  *     Copyright © Grzegorz Janoszka <Grzegorz.Janoszka@pro.onet.pl>, 2003
- *     Jan Engelhardt <jengelh [at] medozas de>, 2008
+ *     Jan Engelhardt, 2008
  *
  *     This program is free software; you can redistribute it and/or
  *     modify it under the terms of the GNU General Public License; either
index 825b9caf3c5cbbc2751730f9f16a12e70c174c8c..955e1d87530352f9f8d47f35a1592af4577fad0d 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *     "LOGMARK" target extension for iptables
- *     Copyright © Jan Engelhardt <jengelh [at] medozas de>, 2008
+ *     Copyright © Jan Engelhardt, 2008
  *
  *     This program is free software; you can redistribute it and/or
  *     modify it under the terms of the GNU General Public License; either
index 7de8c26db428f43ae0c167afd30df62d5dcf9aab..58dcc3da44d88cfc31da373d98648592deeaaa32 100644 (file)
@@ -2,7 +2,7 @@
  *     "condition" match extension for iptables
  *     Stephane Ouellette <ouellettes [at] videotron ca>, 2002-10-22
  *     Massimiliano Hofer <max [at] nucleus it>, 2006-05-15
- *     Jan Engelhardt <jengelh [at] medozas de>, 2008
+ *     Jan Engelhardt, 2008
  *
  *     This program is free software; you can redistribute it and/or modify it
  *     under the terms of the GNU General Public License; either version 2
index b861d33e6a8ddd93689c172767c3ee8ad8a7404e..6f35627e8226b05e620a1c0979349eca3e0d38d7 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *     "dhcpmac" match extension for iptables
- *     Copyright © Jan Engelhardt <jengelh [at] medozas de>, 2008
+ *     Copyright © Jan Engelhardt, 2008
  *
  *     This program is free software; you can redistribute it and/or
  *     modify it under the terms of the GNU General Public License; either
index 04b86a1a8deb3150a17521097f19df61b8ada668..a25418143616b9636fdd19986d79ae41c15dfcd2 100644 (file)
@@ -2,7 +2,7 @@
  *     "geoip" match extension for iptables
  *     Copyright © Samuel Jean <peejix [at] people netfilter org>, 2004 - 2008
  *     Copyright © Nicolas Bouliane <acidfu [at] people netfilter org>, 2004 - 2008
- *     Jan Engelhardt <jengelh [at] medozas de>, 2008-2011
+ *     Jan Engelhardt, 2008-2011
  *
  *     This program is free software; you can redistribute it and/or
  *     modify it under the terms of the GNU General Public License; either
index 9a65f25d78ed4d9ce66c1075407ae2c3a42ddc2b..1d6835cab7f75cdd41808285171e55f1ee041a2c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *     "ipp2p" match extension for iptables
  *     Eicke Friedrich/Klaus Degner <ipp2p@ipp2p.org>, 2005 - 2006
- *     Jan Engelhardt <jengelh [at] medozas de>, 2008 - 2009
+ *     Jan Engelhardt, 2008 - 2009
  *
  *     This program is free software; you can redistribute it and/or
  *     modify it under the terms of the GNU General Public License; either
index 24f398562465b15db3bdc4a9589b4b9a70ef5a6c..efb196aa298fd05155b39e6c2e6e390478d8ff31 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *     LSCAN match extension for iptables
- *     Copyright © Jan Engelhardt <jengelh [at] medozas de>, 2006 - 2009
+ *     Copyright © Jan Engelhardt, 2006 - 2009
  *
  *     This program is free software; you can redistribute it and/or
  *     modify it under the terms of the GNU General Public License; either
index 3763251bcdfd9f0f71dc28a44b3d95033da06362..a3c4643e01fd36e16d9033ac1812a43d76a3e036 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *     "quota2" match extension for iptables
  *     Sam Johnston <samj [at] samj net>
- *     Jan Engelhardt <jengelh [at] medozas de>, 2008
+ *     Jan Engelhardt, 2008
  *
  *     This program is free software; you can redistribute it and/or
  *     modify it under the terms of the GNU General Public License; either
index a3b7b475d6f94e990f9c42682a9bee9ffda9b3af..ccc87172807b6e9f5534fb0ba669c16ec2574496 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *     "CHAOS" target extension for Xtables
- *     Copyright © Jan Engelhardt <jengelh [at] medozas de>, 2006 - 2008
+ *     Copyright © Jan Engelhardt, 2006 - 2008
  *
  *     This program is free software; you can redistribute it and/or
  *     modify it under the terms of the GNU General Public License; either
@@ -274,6 +274,6 @@ static void __exit chaos_tg_exit(void)
 module_init(chaos_tg_init);
 module_exit(chaos_tg_exit);
 MODULE_DESCRIPTION("Xtables: Network scan slowdown with non-deterministic results");
-MODULE_AUTHOR("Jan Engelhardt <jengelh@medozas.de>");
+MODULE_AUTHOR("Jan Engelhardt ");
 MODULE_LICENSE("GPL");
 MODULE_ALIAS("ipt_CHAOS");
index c24c9fc3c616fbfc3efc6ef37233e873a02b9e67..fdfcd7ac8cf652bb9432e26608ae4df96b94d82a 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *     "DELUDE" target extension for Xtables
- *     Copyright © Jan Engelhardt <jengelh [at] medozas de>, 2007 - 2008
+ *     Copyright © Jan Engelhardt, 2007 - 2008
  *
  *     Based upon linux-2.6.18.5/net/ipv4/netfilter/ipt_REJECT.c:
  *     (C) 1999-2001 Paul `Rusty' Russell
@@ -177,6 +177,6 @@ static void __exit delude_tg_exit(void)
 module_init(delude_tg_init);
 module_exit(delude_tg_exit);
 MODULE_DESCRIPTION("Xtables: Close TCP connections after handshake");
-MODULE_AUTHOR("Jan Engelhardt <jengelh@medozas.de>");
+MODULE_AUTHOR("Jan Engelhardt ");
 MODULE_LICENSE("GPL");
 MODULE_ALIAS("ipt_DELUDE");
index d59babfb7ef5c6ced73f677fc83eb9fef767e864..45f197258575823901752472acd5a9df9640b467 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *     "DHCPMAC" extensions for Xtables
- *     Copyright © Jan Engelhardt <jengelh [at] medozas de>, 2008
+ *     Copyright © Jan Engelhardt, 2008
  *
  *     This program is free software; you can redistribute it and/or
  *     modify it under the terms of the GNU General Public License; either
@@ -167,7 +167,7 @@ static void __exit dhcpmac_exit(void)
 module_init(dhcpmac_init);
 module_exit(dhcpmac_exit);
 MODULE_DESCRIPTION("Xtables: Clamp DHCP MAC to packet MAC addresses");
-MODULE_AUTHOR("Jan Engelhardt <jengelh@medozas.de>");
+MODULE_AUTHOR("Jan Engelhardt ");
 MODULE_LICENSE("GPL");
 MODULE_ALIAS("ipt_DHCPMAC");
 MODULE_ALIAS("ipt_dhcpmac");
index 057d81aedc6a7ea83769b75a2d72d311a2055a83..399e7dbfb522cc669844bc595cc4127a7f14a80f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *     "ECHO" (RFC 862) target extension for Xtables
  *     Sample module for "Writing your own Netfilter Modules"
- *     Copyright © Jan Engelhardt <jengelh [at] medozas de>, 2008-2011
+ *     Copyright © Jan Engelhardt, 2008-2011
  *
  *     This program is free software; you can redistribute it and/or
  *     modify it under the terms of the GNU General Public License; either
@@ -252,7 +252,7 @@ static void __exit echo_tg_exit(void)
 
 module_init(echo_tg_init);
 module_exit(echo_tg_exit);
-MODULE_AUTHOR("Jan Engelhardt <jengelh@medozas.de>");
+MODULE_AUTHOR("Jan Engelhardt ");
 MODULE_DESCRIPTION("Xtables: ECHO diagnosis target");
 MODULE_LICENSE("GPL");
 MODULE_ALIAS("ip6t_ECHO");
index a296945a640ca636b71b74b0259dd82f1c2acef8..826a6f9d751011aa4b066b383d2005d0f1cc9768 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *     "IPMARK" target extension for Xtables
  *     Copyright © Grzegorz Janoszka <Grzegorz.Janoszka@pro.onet.pl>, 2003
- *     Jan Engelhardt <jengelh [at] medozas de>, 2008
+ *     Jan Engelhardt, 2008
  *
  *     This program is free software; you can redistribute it and/or
  *     modify it under the terms of the GNU General Public License; either
index 1931c4a209c127b5e1167dcfa186e6fc30f65359..b0d8b73b4ddcc8bc75b3e5cd31de3e29e5d765a5 100644 (file)
@@ -2,7 +2,7 @@
  *     "LOGMARK" target extension to Xtables
  *     useful for debugging
  *
- *     Copyright © Jan Engelhardt <jengelh [at] medozas de>, 2008-2010
+ *     Copyright © Jan Engelhardt, 2008-2010
  *
  *     This program is free software; you can redistribute it and/or
  *     modify it under the terms of the GNU General Public License; either
@@ -141,7 +141,7 @@ static void __exit logmark_tg_exit(void)
 module_init(logmark_tg_init);
 module_exit(logmark_tg_exit);
 MODULE_DESCRIPTION("Xtables: netfilter mark logging to syslog");
-MODULE_AUTHOR("Jan Engelhardt <jengelh@medozas.de>");
+MODULE_AUTHOR("Jan Engelhardt ");
 MODULE_LICENSE("GPL");
 MODULE_ALIAS("ipt_LOGMARK");
 MODULE_ALIAS("ip6t_LOGMARK");
index c15b5e56adb2a5e937efe290c1423a3e262e3fb0..aa416055fd75166d1207a5542427f0001780f9c9 100644 (file)
@@ -349,7 +349,7 @@ static void __exit rawnat_tg_exit(void)
 
 module_init(rawnat_tg_init);
 module_exit(rawnat_tg_exit);
-MODULE_AUTHOR("Jan Engelhardt <jengelh@medozas.de>");
+MODULE_AUTHOR("Jan Engelhardt ");
 MODULE_DESCRIPTION("Xtables: conntrack-less raw NAT");
 MODULE_LICENSE("GPL");
 MODULE_ALIAS("ipt_RAWSNAT");
index 260f55eecab3fbab230ac66e0ac5cfdbf3483b71..368c20a431c6725eadb8a7cb971854bc8e96f759 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *     "STEAL" demo target extension for Xtables
- *     written by Jan Engelhardt <jengelh [at] medozas de>, 2008 - 2009
+ *     written by Jan Engelhardt, 2008 - 2009
  *     placed in the Public Domain
  */
 #include <linux/module.h>
@@ -58,7 +58,7 @@ static void __exit steal_tg_exit(void)
 
 module_init(steal_tg_init);
 module_exit(steal_tg_exit);
-MODULE_AUTHOR("Jan Engelhardt <jengelh@medozas.de>");
+MODULE_AUTHOR("Jan Engelhardt ");
 MODULE_DESCRIPTION("Xtables: Silently DROP packets on output chain");
 MODULE_LICENSE("GPL");
 MODULE_ALIAS("ipt_STEAL");
index 9b5931374b48ae0060599747105f2f06ea24fb71..ce999ef73de7fe974aae8b73f15a3cd3ae3ab7f8 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *     "SYSRQ" target extension for Xtables
- *     Copyright © Jan Engelhardt <jengelh [at] medozas de>, 2008 - 2010
+ *     Copyright © Jan Engelhardt, 2008 - 2010
  *
  *     Based upon the ipt_SYSRQ idea by Marek Zalem <marek [at] terminus sk>
  *
@@ -386,7 +386,7 @@ static void __exit sysrq_tg_exit(void)
 module_init(sysrq_tg_init);
 module_exit(sysrq_tg_exit);
 MODULE_DESCRIPTION("Xtables: triggering SYSRQ remotely");
-MODULE_AUTHOR("Jan Engelhardt <jengelh@medozas.de>");
+MODULE_AUTHOR("Jan Engelhardt ");
 MODULE_AUTHOR("John Haxby <john.haxby@oracle.com");
 MODULE_LICENSE("GPL");
 MODULE_ALIAS("ipt_SYSRQ");
index 0e66279ca61b1491bae8ee6ca1f9ac0c8dbcde42..b26d486cef8b289aae40014f24a2822aacb531db 100644 (file)
@@ -543,7 +543,7 @@ static void __exit tarpit_tg_exit(void)
 module_init(tarpit_tg_init);
 module_exit(tarpit_tg_exit);
 MODULE_DESCRIPTION("Xtables: \"TARPIT\", capture and hold TCP connections");
-MODULE_AUTHOR("Jan Engelhardt <jengelh@medozas.de>");
+MODULE_AUTHOR("Jan Engelhardt ");
 MODULE_LICENSE("GPL");
 MODULE_ALIAS("ipt_TARPIT");
 MODULE_ALIAS("ip6t_TARPIT");
index 24f43c93487557e8911c481c89ee8b32cf64af82..e7a5cddd9d31ec86672a6a0a063e013e9d08ea91 100644 (file)
@@ -35,7 +35,7 @@ static unsigned int condition_gid_perms = 0;
 
 MODULE_AUTHOR("Stephane Ouellette <ouellettes@videotron.ca>");
 MODULE_AUTHOR("Massimiliano Hofer <max@nucleus.it>");
-MODULE_AUTHOR("Jan Engelhardt <jengelh@medozas.de>");
+MODULE_AUTHOR("Jan Engelhardt ");
 MODULE_DESCRIPTION("Allows rules to match against condition variables");
 MODULE_LICENSE("GPL");
 module_param(condition_list_perms, uint, S_IRUSR | S_IWUSR);
index 5e9d34ceb13b4a5470d27d198e883cee09e99032..0d0f37c6d318f75f86dd4452aba40f371df364f1 100644 (file)
@@ -76,7 +76,7 @@ static void __exit ipv4options_mt_exit(void)
 }
 
 MODULE_DESCRIPTION("Xatblse: IPv4 option match");
-MODULE_AUTHOR("Jan Engelhardt <jengelh@medozas.de>");
+MODULE_AUTHOR("Jan Engelhardt ");
 MODULE_LICENSE("GPL");
 MODULE_ALIAS("ipt_ipv4options");
 module_init(ipv4options_mt_init);
index 726a92e071bf31b22dc371e935d8973fcf9bde38..3e8a38ea6f0e9dade200ccef494ff870f176d7c9 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *     xt_length - Xtables module to match packet length
- *     Copyright © Jan Engelhardt <jengelh@medozas.de>, 2007 - 2009
+ *     Copyright © Jan Engelhardt , 2007 - 2009
  *
  *     This program is free software; you can redistribute it and/or
  *     modify it under the terms of the GNU General Public License; either
@@ -29,7 +29,7 @@
 #      define NEXTHDR_IPV4 4
 #endif
 
-MODULE_AUTHOR("Jan Engelhardt <jengelh@medozas.de>");
+MODULE_AUTHOR("Jan Engelhardt ");
 MODULE_DESCRIPTION("Xtables: Packet length (Layer3,4,5) match");
 MODULE_LICENSE("GPL");
 MODULE_ALIAS("ipt_length2");
index dadf067b07987855c7fb996ee162b5ab259dfe7b..0dc8ae337ab44190dd5982d95267543f81c5f562 100644 (file)
@@ -264,7 +264,7 @@ static void __exit lscan_mt_exit(void)
 
 module_init(lscan_mt_init);
 module_exit(lscan_mt_exit);
-MODULE_AUTHOR("Jan Engelhardt <jengelh@medozas.de>");
+MODULE_AUTHOR("Jan Engelhardt ");
 MODULE_DESCRIPTION("Xtables: Low-level scan (e.g. nmap) match");
 MODULE_LICENSE("GPL");
 MODULE_ALIAS("ipt_lscan");
index d74ba241108c6d6ede35247e7cb798c392ae4627..143e5ab5210a3b8af182572771110aed9cc371f0 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * xt_quota2 - enhanced xt_quota that can count upwards and in packets
  * as a minimal accounting match.
- * by Jan Engelhardt <jengelh@medozas.de>, 2008
+ * by Jan Engelhardt , 2008
  *
  * Originally based on xt_quota.c:
  *     Xtables module to enforce network quotas
@@ -270,7 +270,7 @@ module_init(quota_mt2_init);
 module_exit(quota_mt2_exit);
 MODULE_DESCRIPTION("Xtables: countdown quota match; up counter");
 MODULE_AUTHOR("Sam Johnston <samj@samj.net>");
-MODULE_AUTHOR("Jan Engelhardt <jengelh@medozas.de>");
+MODULE_AUTHOR("Jan Engelhardt ");
 MODULE_LICENSE("GPL");
 MODULE_ALIAS("ipt_quota2");
 MODULE_ALIAS("ip6t_quota2");
index 45d816207907e58b51ac8bd7deb4d9f3813728c2..8e90cd2c8a53e2f72892f75e5e540113cb837629 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 #      Converter for MaxMind CSV database to binary, for xt_geoip
-#      Copyright © Jan Engelhardt <jengelh@medozas.de>, 2008-2011
+#      Copyright © Jan Engelhardt, 2008-2011
 #
 use Getopt::Long;
 use IO::Handle;
index 8cd78fe6e9b725a5bf40537ac2d2c65df591d317..6d12703bcdb0056f317cb4bd7173054aa6d43546 100644 (file)
@@ -9,5 +9,5 @@ Xtables-addons \(em additional extensions for iptables, ip6tables, etc.
 \fBiptables\fP(8), \fBip6tables\fP(8), \fBiptaccount\fP(8)
 .PP
 For developers, the book "Writing Netfilter modules" at
-http://jengelh.medozas.de/documents/Netfilter_Modules.pdf provides detailed
+http://inai.de/documents/Netfilter_Modules.pdf provides detailed
 information on how to write such modules/extensions.