[GH-ISSUE #573] Expand Wireguard Subnet #1512

Closed
opened 2026-04-16 08:10:29 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @duffman36 on GitHub (Apr 23, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/573

Great project. Really nice looking and works well.

One thing. Is there a way to expand or specify the Wireguard subnet? I have a few ideas but i need the subnets to be larger.

Originally created by @duffman36 on GitHub (Apr 23, 2025). Original GitHub issue: https://github.com/fosrl/pangolin/issues/573 Great project. Really nice looking and works well. One thing. Is there a way to expand or specify the Wireguard subnet? I have a few ideas but i need the subnets to be larger.
Author
Owner

@oschwartz10612 commented on GitHub (Apr 23, 2025):

In your config file there is a gerbil section which defines how each site's address is chosen.

gerbil:
    start_port: 51820
    block_size: 24
    site_block_size: 30
    subnet_group: 100.89.137.0/20 
<!-- gh-comment-id:2824497495 --> @oschwartz10612 commented on GitHub (Apr 23, 2025): In your config file there is a gerbil section which defines how each site's address is chosen. ``` gerbil: start_port: 51820 block_size: 24 site_block_size: 30 subnet_group: 100.89.137.0/20 ````
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#1512