+ client: static_ip warnings
This commit is contained in:
committed by
Simon Zolin
parent
472dc0b77d
commit
6bf57ae84e
@@ -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',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user