Skip to content

Commit 88caf96

Browse files
committed
launch_socket_server: avoid 0.0.0.0
See Homebrew/brew#20233
1 parent e883a28 commit 88caf96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/l/launch_socket_server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def install
3939
require_root true
4040
error_log_path var/"log/launch_socket_server.log"
4141
log_path var/"log/launch_socket_server.log"
42-
sockets "tcp://0.0.0.0:80"
42+
sockets "tcp://127.0.0.1:80"
4343
end
4444

4545
test do

0 commit comments

Comments
 (0)