Update relay-node address

With Tor v2 addresses being deprecated soon, now is a good time to
update the relay-node used for mobile notifications with a new v3 onion
address.
This commit is contained in:
Devin Bileck 2021-06-29 23:30:11 -07:00
parent 578d680a5e
commit 0eb8da083f
No known key found for this signature in database
GPG key ID: 649D9C87FB168B88

View file

@ -62,8 +62,8 @@ public class MobileNotificationService {
// duplicated in relay and here. Must not be changed.
private static final String SUCCESS = "success";
private static final String DEV_URL_LOCALHOST = "http://localhost:8080/";
private static final String DEV_URL = "http://165.227.40.124:8080/";
private static final String URL = "http://jtboonrvwmq7frkj.onion/";
private static final String DEV_URL = "http://172.105.9.31:8080/";
private static final String URL = "http://bisqpushv56wo32w2dv7xacvvcrnow6gud5vkvftwsgevczmspzvqgad.onion/";
private static final String BISQ_MESSAGE_IOS_MAGIC = "BisqMessageiOS";
private static final String BISQ_MESSAGE_ANDROID_MAGIC = "BisqMessageAndroid";