diff --git a/tools/rpc-client/RpcClient.hs b/tools/rpc-client/RpcClient.hs index 089aad82c..9411c9558 100644 --- a/tools/rpc-client/RpcClient.hs +++ b/tools/rpc-client/RpcClient.hs @@ -266,7 +266,7 @@ parseCommonOptions = ( long "host" <> short 'h' <> metavar "HOST" - <> value "localhost" + <> value "127.0.0.1" <> help "server host to connect to" <> showDefault )