1
0
Fork 0

By default a unix socket being created.

This commit is contained in:
Alexander Andreev 2022-02-17 02:37:53 +04:00
parent e98114d2b5
commit 7c040b1bec
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Sets network type (could be tcp{,4,6}, unix)
# and address:port or /path/to/unix.socket to
# listen on.
listen_on: "tcp :29101"
listen_on: "unix /tmp/dwelling-upload.socket"
# Salt for hash of uploaded files.
# Aim is to make useless a bruteforce of links.
hash_salt: "iyP3oZWHI3xO3XBF7s78Vg"