diff options
author | FChannel <> | 2021-07-01 14:01:52 -0700 |
---|---|---|
committer | FChannel <> | 2021-07-01 14:01:52 -0700 |
commit | a122d62f78e5f1fd66efc28994809d720a2841ab (patch) | |
tree | c3a8592d4753adbb6ef9ac26f97d4ba9f8f3a0b5 /config-init | |
parent | dbe79ecbb5bb0645093780380cc241f6cd8d1a20 (diff) |
flushed out version of tripcode with secure trips and instancesalt added to config
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 |