diff --git a/PieOSXClient/src/Constants.java b/PieOSXClient/src/Constants.java index 356cfc3..ece13df 100644 --- a/PieOSXClient/src/Constants.java +++ b/PieOSXClient/src/Constants.java @@ -7,7 +7,7 @@ * Created by eric on 12/8/15. */ public class Constants { - public static final String socketAddress = "127.0.0.1"; // INSERT YOUR PUBLIC IP HERE linked to OSX Client + public static final String socketAddress = 192.168.1.24.; // INSERT YOUR PUBLIC IP HERE linked to OSX Client public static final long IncomingThreadResetDuration = 10 * 60 * 1000; // 10 min