parse_option("http-stats",no_argument,0,2000,"allow http server to answer on stats queries");
parse_option("mtproto-secret",required_argument,0,'S',"16-byte secret in hex mode");
parse_option("proxy-tag",required_argument,0,'P',"16-byte proxy tag in hex mode to be passed along with all forwarded queries");
parse_option("domain",required_argument,0,'D',"domain to which all requests unrecognized as TLS-transport requests will be proxied. If specified, value of 'slaves' option is ignored");
parse_option("max-special-connections",required_argument,0,'C',"sets maximal number of accepted client connections per worker");
parse_option("window-clamp",required_argument,0,'W',"sets window clamp for client TCP connections");
parse_option("http-ports",required_argument,0,'H',"comma-separated list of client (HTTP) ports to listen");