tAdd note about hostname in config. - obelisk - Electrum server using libbitcoin as its backend
HTML git clone https://git.parazyd.org/obelisk
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 358ddcd1dcf24ebddbc3d2dca8b6706472ac2553
DIR parent ab955fd58e1705b2ee1a5cf69461daa7ee51bf5c
HTML Author: parazyd <parazyd@dyne.org>
Date: Fri, 16 Apr 2021 03:07:54 +0200
Add note about hostname in config.
Diffstat:
M res/obelisk.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/res/obelisk.cfg b/res/obelisk.cfg
t@@ -3,7 +3,7 @@
# 0.0.0.0 to bind to any IP, 127.0.0.1 to bind to localhost
host = 127.0.0.1
port = 50003
-# Public hostname for the server, ideally a valid domain
+# Public hostname for the server, ideally a valid domain or reachable IP
hostname = localhost
# Which chain should this instance of obelisk be using (mainnet/testnet)