export interface IXtlsConfig {
    ip: string;
    port: string;
}
