Skip to content

Instantly share code, notes, and snippets.

@beilber
Created March 19, 2013 17:54
Show Gist options
  • Save beilber/5198449 to your computer and use it in GitHub Desktop.
Save beilber/5198449 to your computer and use it in GitHub Desktop.
Man page section I put together to cover specifically the *.d configuration
I would see this Being entered into the man page after the .local details.
\fI*.d/\fR
.RS
Directory to contain additional .conf that will be read after the appropriate .local file. Last parsed file will take precidence over identical entries, parsed alphabetically, e.g.
.RS
jail.d/01_enable.conf - to enable a specific jail
.RE
.RS
jail.d/02_custom_port.conf - containing specific configuration entry to change the port of the jail specified in the configuration
.RE
.RS
fail2ban.d/01_custom_log.conf - containing specific configuration entry to use a different log path.
.RE
.RE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment