Changeset 13681 in hybrid


Ignore:
Timestamp:
Jan 4, 2017, 10:07:53 PM (8 years ago)
Author:
rick
Message:

Do not listen on 0.0.0.0:514 (security scanners do not like it).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/releng-11/nanobsd/files/etc/rc.conf

    r13459 r13681  
    4949# Don't let syslog accept input from other remote hosts
    5050syslogd_enable="YES"
    51 syslogd_flags="-s -A -c"
     51syslogd_flags="-s -N -A -c"
    5252
    5353# Remote login without DNS checking as it might not also be functionable
Note: See TracChangeset for help on using the changeset viewer.