]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/default.yaml
feature: IP filtering on signup page
[github/Chocobozzz/PeerTube.git] / config / default.yaml
index 387acf43df728abc1ff170329c1e45385d199630..f43cbaf4b25a310718e7414eb4a1476e40e41c96 100644 (file)
@@ -60,6 +60,10 @@ admin:
 signup:
   enabled: false
   limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited
+  filters: 
+    cidr: # You can specify CIDR ranges to whitelist (empty = no filtering) or blacklist
+      whitelist: []
+      blacklist: []
 
 user:
   # Default value of maximum video BYTES the user can upload (does not take into account transcoded files).