aboutsummaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-02-13 08:57:46 +0200
committerSergey Poznyakoff <gray@gnu.org>2020-02-13 09:04:07 +0200
commitde8778ee1a6139cc1c117c06058d7004cae01d50 (patch)
tree0e5dfd3ab14b0b657e9e5992927f82f1aa439130 /src/defs.h
parent1d1687c574bcbf5a7f54cb45763ad36fa70b3c2a (diff)
downloadping903-de8778ee1a6139cc1c117c06058d7004cae01d50.tar.gz
ping903-de8778ee1a6139cc1c117c06058d7004cae01d50.tar.bz2
Change default listen address to 127.0.0.1
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/defs.h b/src/defs.h
index 25143d7..d41c9a8 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -1,7 +1,7 @@
#include <stdarg.h>
#ifndef DEFAULT_ADDRESS
-# define DEFAULT_ADDRESS "0.0.0.0"
+# define DEFAULT_ADDRESS "127.0.0.1"
#endif
#ifndef DEFAULT_SERVICE
# define DEFAULT_SERVICE "8080"

Return to:

Send suggestions and report system problems to the System administrator.