Check if redirect is available before enable

This commit is contained in:
Ildar Kamalov
2019-02-20 11:36:24 +03:00
parent 9d4b829fb6
commit a60eeb55f1
2 changed files with 28 additions and 17 deletions

View File

@@ -73,6 +73,7 @@ export const SETTINGS_NAMES = {
export const STANDARD_DNS_PORT = 53;
export const STANDARD_WEB_PORT = 80;
export const STANDARD_HTTPS_PORT = 443;
export const EMPTY_DATE = '0001-01-01T00:00:00Z';