Skip to content

Conversation

@Jacute
Copy link
Owner

@Jacute Jacute commented Nov 9, 2025

Add three parameters into config.yml:

team_ip_cidrs:
    - "10.228.79.0/24"
    - "10.229.79.0/24"
  team_ip_ranges:
    - "10.200.78.2-10.200.78.200"
    - "10.200.78.221-10.200.78.233"
  team_ip_from_N: # N - range(n_start, n_end); X = N / block + offset_x, Y = N % block + offset_y
    n_start: 0
    n_end: 2000
    offset_x: 32
    offset_y: 0
    block: 200
    ip_template: "10.{X}.{Y}.2"

@Jacute Jacute merged commit d3f503c into dev Nov 9, 2025
4 checks passed
@Jacute Jacute deleted the feature-add-ip-range branch November 9, 2025 07:03
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

❌ Patch coverage is 44.56522% with 51 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
workers/config_loader/internal/service/config.go 0.00% 43 Missing ⚠️
workers/config_loader/internal/utils/utils.go 83.67% 4 Missing and 4 partials ⚠️

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants