(privip): Lacked the IPv4 mapped IPv6 address for localhost.
This commit is contained in:
parent
8daf5fce01
commit
435183f74d
1 changed files with 6 additions and 3 deletions
|
@ -36,9 +36,12 @@
|
||||||
|
|
||||||
#include "wantupd.h"
|
#include "wantupd.h"
|
||||||
|
|
||||||
char *privname = "Deity forgot to edit econfig"; /* name of priv user */
|
/* Name of the deity */
|
||||||
char *privlog = "careless@invalid"; /* logname of priv user */
|
char *privname = "Deity forgot to edit econfig";
|
||||||
char *privip = "127.0.0.1 ::1"; /* divine hosts and networks */
|
/* E-mail of the deity */
|
||||||
|
char *privlog = "careless@invalid";
|
||||||
|
/* Divine hosts and networks */
|
||||||
|
char *privip = "127.0.0.1 ::1 ::ffff:127.0.0.1";
|
||||||
|
|
||||||
int WORLD_X = 64; /* World size - x */
|
int WORLD_X = 64; /* World size - x */
|
||||||
int WORLD_Y = 32; /* World size - y */
|
int WORLD_Y = 32; /* World size - y */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue