mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-12-15 15:59:10 -05:00
Add behindFirewall
This commit is contained in:
parent
b85317c8f3
commit
2b4e7528c4
1 changed files with 2 additions and 0 deletions
|
|
@ -134,12 +134,14 @@ class BootstrappedPeerFactory {
|
|||
.bindings(bindings)
|
||||
.tcpPortForwarding(port)
|
||||
.udpPortForwarding(port)
|
||||
.behindFirewall()
|
||||
.start();
|
||||
}
|
||||
else {
|
||||
peer = new PeerBuilder(keyPair)
|
||||
.ports(port)
|
||||
.bindings(bindings)
|
||||
.behindFirewall()
|
||||
.start();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue