diff options
Diffstat (limited to 'accel-pppd/accel-ppp.conf')
| -rw-r--r-- | accel-pppd/accel-ppp.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/accel-pppd/accel-ppp.conf b/accel-pppd/accel-ppp.conf index c9b2017d..f29a0274 100644 --- a/accel-pppd/accel-ppp.conf +++ b/accel-pppd/accel-ppp.conf @@ -393,6 +393,12 @@ timeout=60 #allowed_ips=["127.0.0.1/32"] #read_timeout=5 #max_clients=64 +# Include per-session identity and traffic data in JSON output. This has no +# effect with format=prometheus. Disabled by default because usernames and +# station IDs may be sensitive: restrict allowed_ips before enabling it. +# Traffic counters are the ones last sampled by accounting, so their freshness +# follows radius interim-interval / idle-timeout. +#sessions=0 [ipv6-pool] #gw-ip6-address=fc00:0:1::1 |
