Set radii for nodes explicitly as a static radius (#1)

The radius option in Fluffy was expanded to allow for a static or
a dynamic radius. The old option where just the number was
provided was kept as working to keep backwards compatiblity. Lets
use static:253 however to be clear about current usage.
This commit is contained in:
Kim De Mey 2022-06-14 19:09:39 +02:00 committed by GitHub
parent 0f54a4df9f
commit 0e75161807
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ nimbus_fluffy_listening_port: 9009
nimbus_fluffy_table_ip_limit: 1024
nimbus_fluffy_bucket_ip_limit: 24
nimbus_fluffy_bits_per_hop: 1
nimbus_fluffy_radius: 253
nimbus_fluffy_radius: 'static:253'
# Metrics
nimbus_fluffy_metrics_enabled: true