Initial port values
This commit is contained in:
parent
4a14c199d8
commit
351673c060
|
@ -332,8 +332,8 @@ const encryption = handleActions({
|
|||
certificate_chain: '',
|
||||
private_key: '',
|
||||
server_name: '',
|
||||
port_https: '',
|
||||
port_dns_over_tls: '',
|
||||
port_https: 0,
|
||||
port_dns_over_tls: 0,
|
||||
});
|
||||
|
||||
export default combineReducers({
|
||||
|
|
Loading…
Reference in New Issue