summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Pospisil2024-05-17 12:53:45 +0000
committerJiri Pospisil2024-05-17 12:53:45 +0000
commitf179715bec01e788a0bc9b3444552ccccb7de092 (patch)
tree12ee1a1696b7bc640fdb8b150a861176a7694a43
parent112d993be0575cc41b7d1bae7aabbd3cea6c07c3 (diff)
downloadaur-f179715bec01e788a0bc9b3444552ccccb7de092.tar.gz
Bind to 127.0.0.1
-rw-r--r--garnet-server.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/garnet-server.conf b/garnet-server.conf
index 01c6932bb47b..5c5b375de21a 100644
--- a/garnet-server.conf
+++ b/garnet-server.conf
@@ -2,8 +2,8 @@
/* Port to run server on */
"Port" : 3278,
- /* IP address to bind server to (default: any) */
- "Address" : null,
+ /* IP address to bind server to */
+ "Address" : "127.0.0.1",
/* Total log memory used in bytes (rounds down to power of 2) */
"MemorySize" : "16g",