Browse Source

* add #define with default statedir path

master
Alex 'AdUser' Z 7 years ago
parent
commit
2a534c355a
  1. 4
      src/common.h

4
src/common.h

@ -42,6 +42,10 @@
* Default path of unix control socket (server endpoint)
*/
#define DEFAULT_CSOCKET_PATH "/var/run/f2b.sock"
/**
* Default path of directory to store ip states for jails
*/
#define DEFAULT_STATEDIR_PATH "/var/db/f2b"
/**
* Template for making path for client side of connection to control socket
*/

Loading…
Cancel
Save