From caadc4879e1a290bc3e95789b0d437d48cf32ec1 Mon Sep 17 00:00:00 2001 From: orignal Date: Wed, 12 Apr 2023 15:45:44 -0400 Subject: [PATCH] G router cap for notransit --- docs/user-guide/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/configuration.md b/docs/user-guide/configuration.md index 7d170a6..23f1099 100644 --- a/docs/user-guide/configuration.md +++ b/docs/user-guide/configuration.md @@ -63,7 +63,7 @@ address6 | Local address to bind to for clearnet I nat | If true, assume we are behind NAT (default: true) ipv4 | Enable communication through IPv4 (default: true) ipv6 | Enable communication through clearnet IPv6 (default: false) -notransit | Router will not accept transit tunnels, disabling transit traffic completely (default: false) +notransit | Router will not accept transit tunnels, disabling transit traffic completely. G router cap will be published (default: false) floodfill | Router will be floodfill (default: false) bandwidth | Bandwidth limit: integer in KBps or letters: L (32), O (256), P (2048), X (unlimited). share | Max % of bandwidth limit for transit. 0-100 (default: 100)