From d8f15ff06238dd96c62d96b5bfc4f4c3752fdeee Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Mon, 4 Nov 2024 18:40:55 -0500 Subject: added the iana whois command. added the new genelirc option --- types.go | 1 + 1 file changed, 1 insertion(+) (limited to 'types.go') diff --git a/types.go b/types.go index 7f1be93..8533525 100644 --- a/types.go +++ b/types.go @@ -73,6 +73,7 @@ type TomlConfig struct { DatabaseName string `toml:"databaseName"` LLMProxy string `toml:"llmProxy"` IRCProxy string `toml:"ircProxy"` + GeneralProxy string `toml:"generalProxy"` IRCDName string `toml:"ircdName"` WebIRCPassword string `toml:"webIRCPassword"` WebIRCGateway string `toml:"webIRCGateway"` -- cgit v1.2.3