Fixed checkRedirect helper

This commit is contained in:
Ildar Kamalov
2019-02-21 18:28:23 +03:00
parent 37431735fd
commit 2814c393ad
2 changed files with 40 additions and 25 deletions

View File

@@ -27,8 +27,8 @@ const clearFields = (change, setTlsConfig, t) => {
const fields = {
private_key: '',
certificate_chain: '',
port_https: '',
port_dns_over_tls: '',
port_https: 443,
port_dns_over_tls: 853,
server_name: '',
force_https: false,
enabled: false,