Added instance-unique salt to IP hashes

This commit is contained in:
rainbow napkin 2025-04-27 08:08:39 -04:00
parent 8b6aa69c51
commit cc5c63d3b1
4 changed files with 11 additions and 5 deletions

View file

@ -7,6 +7,7 @@
"domain": "localhost",
"sessionSecret": "CHANGE_ME",
"altchaSecret": "CHANGE_ME",
"ipSecret": "CHANGE_ME",
"ssl":{
"cert": "./server.cert",
"key": "./server.key"