Merge pull request #11 from Start9Labs/feat/more-iface

add hasPrimary and disabled to network interfaces
This commit is contained in:
Matt Hill
2023-05-31 15:24:31 -06:00
committed by GitHub
10 changed files with 120 additions and 34 deletions

View File

@@ -41,12 +41,6 @@ export const customSmtp = Config.of<ConfigSpecOf<SmtpValue>, never>({
required: false,
masked: true,
}),
tls: Value.toggle({
name: "Require Transport Security",
default: true,
description:
"Require TLS transport security. If disabled, email will use plaintext by default and TLS via STARTTLS <strong>if the SMTP server supports it</strong>. If enabled, email will refuse to connect unless the server supports STARTTLS.",
}),
})
/**