Browse Source

Onion address for website

Bob Mottram 6 years ago
parent
commit
4bdd922522
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-config

+ 1
- 1
src/freedombone-config View File

@@ -38,7 +38,7 @@ export TEXTDOMAIN=${PROJECT_NAME}-config
38 38
 export TEXTDOMAINDIR="/usr/share/locale"
39 39
 
40 40
 # Web site
41
-FREEDOMBONE_WEBSITE="https://freedombone.net or http://4fvfozz6g3zmvf76.onion"
41
+FREEDOMBONE_WEBSITE="https://freedombone.net or http://yjxlc3imv7obva4grjae6u3qw527koaytrgjgdp364hmthrst3jodiid.onion"
42 42
 
43 43
 # Minimum number of characters in a password
44 44
 MINIMUM_PASSWORD_LENGTH=$(grep 'MINIMUM_PASSWORD_LENGTH=' "/usr/share/${PROJECT_NAME}/utils/${PROJECT_NAME}-utils-passwords" | head -n 1 | awk -F '=' '{print $2}')