We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a4278 commit ea89f94Copy full SHA for ea89f94
1 file changed
lib/pacproxy/pacproxy.rb
@@ -27,6 +27,7 @@ def initialize(config = {})
27
28
def start
29
@socket = TCPServer.new(@host, @port)
30
+ @socket.setsockopt(:SOCKET, :REUSEADDR, true)
31
@status = :Running
32
loop do
33
s = @socket.accept
0 commit comments