Removed localhost from list of permitted host and added
`server_config.h' again - we need to have this file to make a distribution.
This commit is contained in:
11
src/daemon/server_config.h
Normal file
11
src/daemon/server_config.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#define SERVER_PORT 42800
|
||||
|
||||
#define SERVER_UID 99
|
||||
#define SERVER_GID 99
|
||||
|
||||
#define HOST_TABLE_ENTRIES 0
|
||||
|
||||
const char *permitted_host_names [HOST_TABLE_ENTRIES] =
|
||||
{ };
|
||||
|
||||
unsigned long permitted_hosts [HOST_TABLE_ENTRIES];
|
Reference in New Issue
Block a user