Configuration to write to server.conf. See https://github.com/Suwayomi/Suwayomi-Server/wiki/Configuring-Suwayomi-Server for more information.
Declarations
Type
HOCON value
Default
{ }
Example
{
server = {
socksProxyEnabled = true;
socksProxyHost = "yourproxyhost.com";
socksProxyPort = "8080";
};
}