1
0
Fork 0

Currently only regular TCP connections to captcha service supported.

This commit is contained in:
Alexander Andreev 2022-10-21 03:00:24 +04:00
parent 9243ad4bbd
commit daaf872049
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
1 changed files with 2 additions and 2 deletions

View File

@ -11,5 +11,5 @@ anonymous_poster_name: "Anonymous"
page_size: 60
# Path to SQLite database file where all entries are stored.
db_path: "/var/lib/justguestbook/guestbook.sqlite"
# Address of justcaptcha service
captcha_addr: "/var/run/justcaptcha/c.sock"
# Address of justcaptcha service (TCP only)
captcha_addr: "http://startpage.arav.home.arpa/captcha/"