From f7ca888651e737f18a0ea760326922da9d80e471 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Tue, 9 Mar 2021 02:44:59 +0300 Subject: improvements, see full commit message - added new option 'always_allow_localhost' - improve jobctl, allow connecting to password-protected instances without using configuration file --- jobd.conf.example | 1 + 1 file changed, 1 insertion(+) (limited to 'jobd.conf.example') diff --git a/jobd.conf.example b/jobd.conf.example index dbb6203..786714d 100644 --- a/jobd.conf.example +++ b/jobd.conf.example @@ -2,6 +2,7 @@ host = 0.0.0.0 port = 7080 ;password = +always_allow_localhost = 0 master_host = 127.0.0.1 master_port = 7081 -- cgit v1.2.3