mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-17 16:01:22 +02:00
Constrict blocks and use CGNAT range for default
This commit is contained in:
parent
38544cc2d6
commit
a85303161c
2 changed files with 6 additions and 6 deletions
|
@ -21,9 +21,9 @@ traefik:
|
||||||
gerbil:
|
gerbil:
|
||||||
start_port: 51820
|
start_port: 51820
|
||||||
base_endpoint: localhost
|
base_endpoint: localhost
|
||||||
block_size: 16
|
block_size: 24
|
||||||
site_block_size: 29
|
site_block_size: 30
|
||||||
subnet_group: 10.0.0.0/8
|
subnet_group: 100.89.137.0/20
|
||||||
use_subdomain: true
|
use_subdomain: true
|
||||||
|
|
||||||
rate_limits:
|
rate_limits:
|
||||||
|
|
|
@ -23,9 +23,9 @@ gerbil:
|
||||||
start_port: 51820
|
start_port: 51820
|
||||||
base_endpoint: {{.Domain}}
|
base_endpoint: {{.Domain}}
|
||||||
use_subdomain: false
|
use_subdomain: false
|
||||||
block_size: 16
|
block_size: 24
|
||||||
site_block_size: 29
|
site_block_size: 30
|
||||||
subnet_group: 10.0.0.0/8
|
subnet_group: 100.89.137.0/20
|
||||||
|
|
||||||
rate_limits:
|
rate_limits:
|
||||||
global:
|
global:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue