From daaf872049011d3a6e977d403d76edcd1d94852f Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Fri, 21 Oct 2022 03:00:24 +0400 Subject: [PATCH] Currently only regular TCP connections to captcha service supported. --- configs/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/config.yaml b/configs/config.yaml index 25a6019..d4d9841 100644 --- a/configs/config.yaml +++ b/configs/config.yaml @@ -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" \ No newline at end of file +# Address of justcaptcha service (TCP only) +captcha_addr: "http://startpage.arav.home.arpa/captcha/" \ No newline at end of file