fix(core): update

This commit is contained in:
2024-04-14 03:40:55 +02:00
parent 0fb7788b97
commit c8fe27143c
5 changed files with 80 additions and 51 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/remoteingress',
version: '1.0.3',
description: 'Provides a service for creating private tunnels and reaching private clusters from the outside as part of the @serve.zone stack.'
version: '1.0.4',
description: 'Provides a service for creating private tunnels and reaching private clusters from the outside, facilitating secure remote access as part of the @serve.zone stack.'
}

View File

@ -1,6 +1,6 @@
import * as plugins from './plugins.js';
class PublicRemoteConnector {
export class ConnectorPublic {
private tunnel: plugins.tls.TLSSocket | null = null;
constructor() {