Last change
on this file since 10136 was 10136, checked in by richardvm, 13 years ago |
domme toevoeging van proxy files
|
-
Property svn:eol-style
set to
LF
|
File size:
1.3 KB
|
Rev | Line | |
---|
| 1 | ## Building options
|
---|
| 2 | dumpdev="NO" # No kernel dumps as we don't have a place to
|
---|
| 3 | # store them
|
---|
| 4 | gateway_enable="NO" # Do NOT act like a gateway
|
---|
| 5 | ipv6_enable="NO" # No IPv6 support for now, near feature... ;-)
|
---|
| 6 |
|
---|
| 7 | # NTP server needs working config with WL network or internet on boot
|
---|
| 8 | # so some warnings might pop up, but no harm
|
---|
| 9 | ntpdate_enable="YES"
|
---|
| 10 | ntpd_enable="YES"
|
---|
| 11 | ntpd_sync_on_start="YES"
|
---|
| 12 | ntpd_flags="-p /var/run/ntpd.pid -f /var/db/ntp.drift"
|
---|
| 13 |
|
---|
| 14 | # We need no running mail server
|
---|
| 15 | sendmail_enable="NONE"
|
---|
| 16 |
|
---|
| 17 | # Don't let syslog accept input from other remote hosts
|
---|
| 18 | syslogd_enable="YES"
|
---|
| 19 | syslogd_flags="-s -A -c -b 127.0.0.1"
|
---|
| 20 |
|
---|
| 21 | # Remote login without DNS checking as it might not also be functionable
|
---|
| 22 | # -u0 prevent sshd from making DNS requests unless the authentication mechanism
|
---|
| 23 | # or configuration requires it.
|
---|
| 24 | sshd_enable="YES"
|
---|
| 25 | sshd_flags="-u0"
|
---|
| 26 |
|
---|
| 27 | # Don't update the motd as it not writeable, the update_nanobsd_motd is a
|
---|
| 28 | # simple wrapper found at /usr/local/etc/rc.d supporting this featureg
|
---|
| 29 | update_motd="NO"
|
---|
| 30 | update_nanobsd_motd="YES"
|
---|
| 31 |
|
---|
| 32 | # Monitoring deamons
|
---|
| 33 | nrpe2_enable="YES"
|
---|
| 34 | snmpd_enable="YES"
|
---|
| 35 | snmpd_flags="-a -LF w /var/log/snmpd.log"
|
---|
| 36 |
|
---|
| 37 | # HTTP(S) proxy server
|
---|
| 38 | tinyproxy_enable="YES"
|
---|
| 39 |
|
---|
| 40 | # Nameserver for internet and wleiden.net
|
---|
| 41 | maradns_enable="YES"
|
---|
| 42 | dnsmasq_enable="NO"
|
---|
| 43 | fetchzone_enable="YES"
|
---|
| 44 |
|
---|
| 45 | # Make sure generated ssh keys are saved
|
---|
| 46 | nanobsd_save_sshkeys_enable="YES"
|
---|
| 47 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.