diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | networks | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -36,7 +36,7 @@ VERSION = 2.7.24 LIST = csh.cshrc csh.login gshadow group host.conf hosts.allow hosts.deny inputrc \ motd passwd printcap protocols securetty services shadow shells profile \ - filesystems fstab resolv.conf hosts subgid subuid + filesystems fstab resolv.conf hosts subgid subuid networks check: @echo Sanity checking selected files.... diff --git a/networks b/networks new file mode 100644 index 0000000..9a46fc8 --- /dev/null +++ b/networks @@ -0,0 +1,3 @@ +default 0.0.0.0 +loopback 127.0.0.0 +link-local 169.254.0.0 |