Created
October 3, 2015 15:01
-
-
Save Explorare/b64a12ef75b0a1f9e8db to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 頭に#はコメントです | |
# MyFleetGirls のデータ送信先サーバーアドレスです。 | |
# 通常変更する必要はありません | |
url { | |
post: "https://myfleet.moe" | |
# 上記URLに接続する際のProxy設定です。一般的な環境では必要ないでしょう。 | |
proxy { | |
host: "localhost" | |
port: 8888 | |
} | |
} | |
proxy { | |
# MyFleetGirls Clientはこのポート番号で proxy として待ち受けます。 | |
# 他の proxy ツールと併用する場合等重複しないようにしてください | |
port: 8080 | |
# MyFleetGirls Clientへの接続をlocalhostに制限します。 | |
# 制限したくない場合は""(空文字列)を指定してください。 | |
# セキュリティ的な問題が発生するので、変更しないことを推奨します。 | |
host: "localhost" | |
} | |
# 艦これサーバーに接続するときに使用する上位プロキシを指定します | |
upstream_proxy { | |
host: "localhost" | |
port: 1080 | |
} | |
auth { | |
# MyFleetGirls サーバーとの通信にパスワードを設定します | |
# 一度設定すると以降殆どの通信、及び Web でのログインに必要となります | |
# パスワードを忘れた場合の対処等は MyFleetGirls Web の FAQ を参照してください | |
pass: z************w | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment