Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new mac ip range #9017

Merged
merged 3 commits into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions jekyll/_cci2/ip-ranges.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ In addition to AWS and GCP (see above), CircleCI's macOS cloud hosts jobs execut
* 207.254.118.0/24
* 18.97.4.0/24
* 18.97.6.0/24
* 18.97.7.0/24

*IP ranges* is the recommended method for configuring an IP-based firewall to allow traffic from CircleCI's platform.

Expand Down
24 changes: 11 additions & 13 deletions jekyll/_cci2_ja/ip-ranges.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,19 +159,17 @@ IP アドレスの範囲機能が有効なジョブだけでなく、*すべて

上記の AWS や GCP に加えて、CircleCI macOS 用クラウドでもマシンが実行するジョブをホストしています。 CircleCI の macOS 用クラウドでは下記の IP アドレスを使用します。

- 100.27.248.128/25
- 38.39.184.0/24
- 38.39.185.0/24
- 38.39.183.0/24
- 38.23.38.0/24
- 38.23.39.0/24
- 38.23.40.0/24
- 38.23.41.0/24
- 38.23.42.0/24
- 38.23.43.0/24
- 198.206.135.0/24
- 207.254.116.0/24
- 207.254.118.0/24
* 100.27.248.128/25
* 100.29.139.128/25
* 98.80.165.0/24
* 38.23.41.0/24
* 38.23.42.0/24
* 38.23.43.0/24
* 207.254.116.0/24
* 207.254.118.0/24
* 18.97.4.0/24
* 18.97.6.0/24
* 18.97.7.0/24

IP ベースのファイアウォールを構成し、CircleCI のプラットフォームから送信されるトラフィックを許可する場合は、**IP アドレスの範囲機能**の使用をお勧めします。

Expand Down