Implement geo restrictions bypass.

This commit is contained in:
Kavin 2022-11-27 00:03:16 +00:00
parent a654d22635
commit 12c41980dd
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD
19 changed files with 414 additions and 63 deletions

View file

@ -60,6 +60,9 @@ MATRIX_SERVER:https://matrix-client.matrix.org
# If not present, will work in anon mode
#MATRIX_TOKEN:INSERT_HERE
# Geo Restriction Checker for federated bypassing of Geo Restrictions
#GEO_RESTRICTION_CHECKER_URL:INSERT_HERE
# Hibernate properties
hibernate.connection.url:jdbc:postgresql://postgres:5432/piped
hibernate.connection.driver_class:org.postgresql.Driver