mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-12-22 16:38:04 +01:00
Always bind on 0.0.0.0
This commit is contained in:
parent
1b5edd4808
commit
52fb56732e
@ -6,4 +6,4 @@ org.gradle.configureondemand=true
|
||||
# Project properties
|
||||
maven_name=ViaProxy
|
||||
maven_group=net.raphimc
|
||||
maven_version=3.0.3
|
||||
maven_version=3.0.4
|
||||
|
@ -157,7 +157,6 @@ public class GeneralTab extends AUITab {
|
||||
try {
|
||||
final HostAndPort hostAndPort = HostAndPort.fromString(serverAddress);
|
||||
|
||||
Options.BIND_ADDRESS = "127.0.0.1";
|
||||
Options.BIND_PORT = bindPort;
|
||||
Options.ONLINE_MODE = proxyOnlineMode;
|
||||
Options.CONNECT_ADDRESS = hostAndPort.getHost();
|
||||
|
Loading…
Reference in New Issue
Block a user