We run on local interface only by default

This commit is contained in:
Samuel Cochran 2010-10-25 09:24:06 +08:00
parent 840699d20c
commit f9c6f4e581

View File

@ -23,6 +23,6 @@ OptionParser.new do |opts|
end.parse!
puts 'Starting mail catcher'
puts '==> smtp://0.0.0.0:1025'
puts '==> http://0.0.0.0:1080'
puts '==> smtp://127.0.0.1:1025'
puts '==> http://127.0.0.1:1080'
MailCatcher.run