blob: 472e3a9ed23920662bbe2e2afcf16b99902b49f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.
|