Update onionbalance.sh

N_INTROS_PER_INSTANCE = 2 -> N_INTROS_PER_INSTANCE = 1
This commit is contained in:
botdigit-admin 2022-01-28 18:24:07 +05:30 committed by GitHub
parent 4075b99603
commit ea187a0fc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,6 @@ cd onionbalance
python3 setup.py install
clear
onionbalance-config --hs-version v3 -n 3
onionbalance-config --hs-version v3 -n 1
echo "Setup Done.You need to do configuration"