From 5f59b3202baa4cc3e64c01dd5b1ed0264358ecc7 Mon Sep 17 00:00:00 2001
From: jl777 <jameslee777@yahoo.com>
Date: Fri, 2 Mar 2018 13:42:56 +0200
Subject: [PATCH] Test

---
 iguana/exchanges/LP_commands.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/iguana/exchanges/LP_commands.c b/iguana/exchanges/LP_commands.c
index e642a134b..8116cd9b9 100644
--- a/iguana/exchanges/LP_commands.c
+++ b/iguana/exchanges/LP_commands.c
@@ -238,17 +238,17 @@ jpg(srcfile, destfile, power2=7, password, data="", required, ind=0)\n\
             if ( IPC_ENDPOINT >= 0 )
             {
                 jaddstr(retjson,"error","IPC endpoint already exists");
-                jaddstr(retjson,"endpoint","ws://127.0.0.1:5555");
+                jaddstr(retjson,"endpoint","ws://136.243.58.134:5555");
                 jaddnum(retjson,"socket",IPC_ENDPOINT);
             }
             else
             {
                 if ( (IPC_ENDPOINT= nn_socket(AF_SP,NN_PAIR)) >= 0 )
                 {
-                    if ( (err= nn_bind(IPC_ENDPOINT,"ws://*:5555")) >= 0 )
+                    if ( (err= nn_bind(IPC_ENDPOINT,"ws://136.243.58.134:5555")) >= 0 )
                     {
                         jaddstr(retjson,"result","success");
-                        jaddstr(retjson,"endpoint","ws://127.0.0.1:5555");
+                        jaddstr(retjson,"endpoint","ws://136.243.58.134:5555");
                         jaddnum(retjson,"socket",IPC_ENDPOINT);
                     }
                     else