Browse Source

Update 'src/freedombone-utils-onion'

free 6 years ago
parent
commit
1b4127f227
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-utils-onion

+ 1
- 1
src/freedombone-utils-onion View File

29
 # The maximum amount of traffic per day in gigabytes
29
 # The maximum amount of traffic per day in gigabytes
30
 TOR_MAX_TRAFFIC_PER_MONTH_GB=10
30
 TOR_MAX_TRAFFIC_PER_MONTH_GB=10
31
 
31
 
32
-USE_V2_ONION_ADDRESS=
32
+USE_V2_ONION_ADDRESS=1
33
 HIDDEN_SERVICE_PATH='/var/lib/tor/hidden_service_'
33
 HIDDEN_SERVICE_PATH='/var/lib/tor/hidden_service_'
34
 ONION_SERVICES_FILE=/etc/torrc.d/${PROJECT_NAME}
34
 ONION_SERVICES_FILE=/etc/torrc.d/${PROJECT_NAME}
35
 
35