@push.rocks/smartproxy 10.0.4 → 10.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist_ts/00_commitinfo_data.js +1 -1
- package/dist_ts/common/types.d.ts +0 -3
- package/dist_ts/index.d.ts +1 -1
- package/dist_ts/index.js +2 -2
- package/package.json +1 -1
- package/ts/00_commitinfo_data.ts +1 -1
- package/ts/common/types.ts +0 -2
- package/ts/index.ts +1 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export const commitinfo = {
|
|
5
5
|
name: '@push.rocks/smartproxy',
|
|
6
|
-
version: '10.0.
|
|
6
|
+
version: '10.0.6',
|
|
7
7
|
description: 'A powerful proxy package that effectively handles high traffic, with features such as SSL/TLS support, port proxying, WebSocket handling, dynamic routing with authentication options, and automatic ACME certificate management.'
|
|
8
8
|
};
|
|
9
9
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSx3QkFBd0I7SUFDOUIsT0FBTyxFQUFFLFFBQVE7SUFDakIsV0FBVyxFQUFFLG1PQUFtTztDQUNqUCxDQUFBIn0=
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as plugins from '../plugins.js';
|
|
2
1
|
/**
|
|
3
2
|
* Shared types for certificate management and domain options
|
|
4
3
|
*/
|
|
@@ -81,5 +80,3 @@ export interface IAcmeOptions {
|
|
|
81
80
|
skipConfiguredCerts?: boolean;
|
|
82
81
|
domainForwards?: IDomainForwardConfig[];
|
|
83
82
|
}
|
|
84
|
-
export interface IReverseProxyConfig extends plugins.tsclass.network.IReverseProxyConfig {
|
|
85
|
-
}
|
package/dist_ts/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export * from './nfttablesproxy/classes.nftablesproxy.js';
|
|
2
|
-
export * from './networkproxy/
|
|
2
|
+
export * from './networkproxy/index.js';
|
|
3
3
|
export * from './port80handler/classes.port80handler.js';
|
|
4
4
|
export * from './redirect/classes.redirect.js';
|
|
5
5
|
export * from './smartproxy/classes.smartproxy.js';
|
package/dist_ts/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export * from './nfttablesproxy/classes.nftablesproxy.js';
|
|
2
|
-
export * from './networkproxy/
|
|
2
|
+
export * from './networkproxy/index.js';
|
|
3
3
|
export * from './port80handler/classes.port80handler.js';
|
|
4
4
|
export * from './redirect/classes.redirect.js';
|
|
5
5
|
export * from './smartproxy/classes.smartproxy.js';
|
|
6
6
|
export * from './smartproxy/classes.pp.snihandler.js';
|
|
7
7
|
export * from './smartproxy/classes.pp.interfaces.js';
|
|
8
8
|
export * from './common/types.js';
|
|
9
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
9
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi90cy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDJDQUEyQyxDQUFDO0FBQzFELGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYywwQ0FBMEMsQ0FBQztBQUN6RCxjQUFjLGdDQUFnQyxDQUFDO0FBQy9DLGNBQWMsb0NBQW9DLENBQUM7QUFDbkQsY0FBYyx1Q0FBdUMsQ0FBQztBQUN0RCxjQUFjLHVDQUF1QyxDQUFDO0FBRXRELGNBQWMsbUJBQW1CLENBQUMifQ==
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@push.rocks/smartproxy",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.6",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A powerful proxy package that effectively handles high traffic, with features such as SSL/TLS support, port proxying, WebSocket handling, dynamic routing with authentication options, and automatic ACME certificate management.",
|
|
6
6
|
"main": "dist_ts/index.js",
|
package/ts/00_commitinfo_data.ts
CHANGED
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export const commitinfo = {
|
|
5
5
|
name: '@push.rocks/smartproxy',
|
|
6
|
-
version: '10.0.
|
|
6
|
+
version: '10.0.6',
|
|
7
7
|
description: 'A powerful proxy package that effectively handles high traffic, with features such as SSL/TLS support, port proxying, WebSocket handling, dynamic routing with authentication options, and automatic ACME certificate management.'
|
|
8
8
|
}
|
package/ts/common/types.ts
CHANGED
|
@@ -89,5 +89,3 @@ export interface IAcmeOptions {
|
|
|
89
89
|
skipConfiguredCerts?: boolean; // Skip domains with existing certificates
|
|
90
90
|
domainForwards?: IDomainForwardConfig[]; // Domain-specific forwarding configs
|
|
91
91
|
}
|
|
92
|
-
|
|
93
|
-
export interface IReverseProxyConfig extends plugins.tsclass.network.IReverseProxyConfig {}
|
package/ts/index.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export * from './nfttablesproxy/classes.nftablesproxy.js';
|
|
2
|
-
export * from './networkproxy/
|
|
2
|
+
export * from './networkproxy/index.js';
|
|
3
3
|
export * from './port80handler/classes.port80handler.js';
|
|
4
4
|
export * from './redirect/classes.redirect.js';
|
|
5
5
|
export * from './smartproxy/classes.smartproxy.js';
|