+ client: static_ip warnings

This commit is contained in:
Ildar Kamalov
2019-04-04 16:34:46 +03:00
committed by Simon Zolin
parent 472dc0b77d
commit 6bf57ae84e
4 changed files with 104 additions and 41 deletions

View File

@@ -157,3 +157,9 @@ export const UNSAFE_PORTS = [
];
export const ALL_INTERFACES_IP = '0.0.0.0';
export const RESPONSE_STATUS = {
YES: 'yes',
NO: 'no',
ERROR: 'error',
};