mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 12:49:55 +01:00
dummy ip address for local socket
This commit is contained in:
@@ -28,7 +28,7 @@ public class SecretOwnerTaskImpl implements SecretOwnerTask {
|
|||||||
@Override
|
@Override
|
||||||
public void start(Observer observer) {
|
public void start(Observer observer) {
|
||||||
// TODO use the actual ip address on local network
|
// TODO use the actual ip address on local network
|
||||||
InetSocketAddress socketAddress = InetSocketAddress.createUnresolved("localhost", 1234);
|
InetSocketAddress socketAddress = InetSocketAddress.createUnresolved("192.168.1.1", 1234);
|
||||||
observer.onStateChanged(new State.Listening(localKeyPair.getPublic(), socketAddress));
|
observer.onStateChanged(new State.Listening(localKeyPair.getPublic(), socketAddress));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user