diff options
author | bryan newbold <bnewbold@snark.mit.edu> | 2009-02-01 08:35:15 -0500 |
---|---|---|
committer | bryan newbold <bnewbold@snark.mit.edu> | 2009-02-01 08:35:15 -0500 |
commit | 82c3ea3f76ef94a38e12f96de05c79f6306a42eb (patch) | |
tree | b48c1837b3ea0d034149b67d4320b472f23c6369 /tmp/server setup | |
parent | 7ad3b8aef5ad4492e94d350c0ce32d89797b3cab (diff) | |
parent | 70fe68492bfdcb09b007195e44c5da55668bcae6 (diff) | |
download | knowledge-82c3ea3f76ef94a38e12f96de05c79f6306a42eb.tar.gz knowledge-82c3ea3f76ef94a38e12f96de05c79f6306a42eb.zip |
Merge branch 'master' of ssh://animus.robocracy.org/srv/git/knowledge
Diffstat (limited to 'tmp/server setup')
-rw-r--r-- | tmp/server setup | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tmp/server setup b/tmp/server setup new file mode 100644 index 0000000..472e3a9 --- /dev/null +++ b/tmp/server setup @@ -0,0 +1,19 @@ +========================================= +Generic Server Setup Tricks +========================================= + +See also `debian </k/software/debian>`__. + +bind +------------- +You probably want to hide your bind verison name to prevent scanning and +attacks. Edit ``/etc/bind/named.conf`` or ``/etc/bind/named.conf.options`` +and add this line to the options block:: + + version "Withheld"; + +ntp +------------ +ntp servers listen on port 37. + + |