On 30/07/13 22:54, Christoph Anton Mitterer wrote:
> Consider an application which only accept packets originating from
> <hostname> as a security measure..
If you only want to accept packets from yourself, use 127.0.0.1 (or ::1,
or a Unix socket). Anything else has more possible failure modes.
S