From a122d62f78e5f1fd66efc28994809d720a2841ab Mon Sep 17 00:00:00 2001 From: FChannel <> Date: Thu, 1 Jul 2021 14:01:52 -0700 Subject: flushed out version of tripcode with secure trips and instancesalt added to config --- config-init | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'config-init') 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 -- cgit v1.2.3