• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

shogi-server source


Commit MetaInfo

Revisiona0a5c3cae2771810bde98029299787638e309a7e (tree)
Time2020-12-14 20:42:55
AuthorMizar <mizar.jp@gmai...>
CommiterMizar

Log Message

listen ipv4/ipv6

Change Summary

Incremental Difference

--- a/shogi-server
+++ b/shogi-server
@@ -412,7 +412,7 @@ def main
412412 $league.dir = $topdir
413413
414414 config = {}
415- config[:BindAddress] = "0.0.0.0"
415+ config[:BindAddress] = nil
416416 config[:Port] = port
417417 config[:ServerType] = WEBrick::Daemon if $options["daemon"]
418418 config[:Logger] = $logger