diff options
author | Amelia <47868520+knotteye@users.noreply.github.com> | 2021-07-02 01:31:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-02 01:31:19 +0000 |
commit | 9180db359438a4d2833c2e094ebc870da37262ef (patch) | |
tree | 14d00b65657e1f26bd562351c154b103c1c8d232 /config-init | |
parent | 168225daa21fe494bcd74ab6c90d6498ecf9f1e3 (diff) | |
parent | a122d62f78e5f1fd66efc28994809d720a2841ab (diff) |
Merge branch 'FChannel0:master' into master
Diffstat (limited to 'config-init')
-rw-r--r-- | config-init | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/config-init b/config-init index 7e66ae0..eb71163 100644 --- a/config-init +++ b/config-init @@ -24,8 +24,15 @@ emailport: emailaddress: emailpass: +## enter proxy ip and port if you want to have tor connections supported +## 127.0.0.1:9050 default + torproxy: ## Change to true if you want your instance to be added to the public instance index -publicindex:false
\ No newline at end of file +publicindex:false + +## add your instance salt here for secure tripcodes + +instancesalt:
\ No newline at end of file |