From 2f2b91d93424c015ab0ccf67be6bcb21d303616e Mon Sep 17 00:00:00 2001 Message-Id: <2f2b91d93424c015ab0ccf67be6bcb21d303616e.1746694008.git.mdw@distorted.org.uk> From: Mark Wooding Date: Thu, 7 Jun 2018 10:57:21 +0100 Subject: [PATCH] noip.1: Associate connection-to-remote-host aside with `realconnect'. Organization: Straylight/Edgeware From: Mark Wooding It seemed like a non-sequitur where it was, especially after the `impbind' section was added. --- noip.1 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/noip.1 b/noip.1 index 93b0a8a..6600b9d 100644 --- a/noip.1 +++ b/noip.1 @@ -175,6 +175,14 @@ rules are appended on the end. Currently, the rules in are also put at the end (before the .B _AFTER rules), though this may change later. +.IP +(Aside: An attempt to connect to a remote host may not be a hopeless failure, +even if a real IP socket is denied: +.B noip +deliberately makes no attempt to check that addresses being bound to +sockets correspond to locally available addresses; and besides, sockets +can be introduced into the directory by other programs simulating remote +servers.) .TP .BI "impbind " bind-rule Add an entry to the implicit-bind rule list. When a program attempts to @@ -213,14 +221,6 @@ are also put at the end (before the rules), though this may change later. .RE .PP -(Aside: An attempt to connect to a remote host may not be a hopeless failure, -even if a real IP socket is denied: -.B noip -deliberately makes no attempt to check that addresses being bound to -sockets correspond to locally available addresses; and besides, sockets -can be introduced into the directory by other programs simulating remote -servers.) -.PP An .I acl-entry is a comma-separated list of entries of the form: -- [mdw]