Skip to content

Commit

Permalink
Bind to 0.0.0.0 (wildcard) by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastiaan Visser committed Mar 20, 2010
1 parent 3f632c7 commit f9058ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Network/Salvia/Impl/Config.hs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ the TCP backlog is 64.
defaultConfig :: Config
defaultConfig =
Config
{ hostname = "127.0.0.1"
{ hostname = "0.0.0.0"
, adminMail = "admin@localhost"
, listenOn = [SockAddrInet 8080 iNADDR_ANY]
, backlog = 64
Expand Down

0 comments on commit f9058ed

Please sign in to comment.