2014-02-11 14:22:27 +00:00
|
|
|
diff --git a/cf/m4/proto.m4 b/cf/m4/proto.m4
|
2015-07-07 09:41:58 +00:00
|
|
|
index 696bf36..5a5963b 100644
|
2014-02-11 14:22:27 +00:00
|
|
|
--- a/cf/m4/proto.m4
|
|
|
|
+++ b/cf/m4/proto.m4
|
2015-07-07 09:41:58 +00:00
|
|
|
@@ -1898,6 +1898,8 @@ R<@> < $* @ [IPv6:::1] >
|
|
|
|
$: < ? $&{client_name} > < $1 @ [IPv6:::1] >
|
2007-07-20 13:31:50 +00:00
|
|
|
R<@> < $* @ localhost.$m >
|
|
|
|
$: < ? $&{client_name} > < $1 @ localhost.$m >
|
|
|
|
+R<@> < $* @ localhost.localdomain >
|
|
|
|
+ $: < ? $&{client_name} > < $1 @ localhost.localdomain >
|
|
|
|
ifdef(`_NO_UUCP_', `dnl',
|
|
|
|
`R<@> < $* @ localhost.UUCP >
|
|
|
|
$: < ? $&{client_name} > < $1 @ localhost.UUCP >')
|