Skip to content

Commit

Permalink
Always bind on 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphiMC committed Jan 8, 2023
1 parent 1b5edd4 commit 52fb567
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion src/main/java/net/raphimc/viaproxy/ui/impl/GeneralTab.java
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ private void start() {
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();
Expand Down

0 comments on commit 52fb567

Please sign in to comment.