This website requires JavaScript.
Explore
Docs
Blog
Community
Main Website
Help
Sign In
push.rocks
/
smartproxy
Watch
2
Star
0
Fork
0
You've already forked smartproxy
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
smartproxy
/
ts
/
proxies
/
smart-proxy
History
Philipp Kunz
02e77655ad
update
2025-05-19 12:04:26 +00:00
..
models
update
2025-05-19 12:04:26 +00:00
utils
fix(acme): Fix port 80 ACME management and challenge route concurrency issues by deduplicating port listeners, preserving challenge route state across certificate manager recreations, and adding mutex locks to route updates.
2025-05-19 03:40:58 +00:00
acme-state-manager.ts
fix(acme): Fix port 80 ACME management and challenge route concurrency issues by deduplicating port listeners, preserving challenge route state across certificate manager recreations, and adding mutex locks to route updates.
2025-05-19 03:40:58 +00:00
cert-store.ts
fix(certificates): simplify approach
2025-05-18 15:38:07 +00:00
certificate-manager.ts
feat(smartproxy): Update dependencies and enhance ACME certificate provisioning with wildcard support
2025-05-19 10:11:29 +00:00
connection-manager.ts
fix(typescript): Refactor types and interfaces to use consistent I prefix and update related tests
2025-05-09 22:46:53 +00:00
index.ts
feat(nftables):add nftables support for nftables
2025-05-15 14:35:01 +00:00
network-proxy-bridge.ts
fix(certificates): simplify approach
2025-05-18 15:38:07 +00:00
nftables-manager.ts
feat(nftables):add nftables support for nftables
2025-05-15 14:35:01 +00:00
port-manager.ts
fix(routing): unify route based architecture
2025-05-13 12:48:41 +00:00
route-connection-handler.ts
update
2025-05-19 12:04:26 +00:00
route-manager.ts
feat(RouteManager): Add getAllRoutes API to RouteManager and update test environment to improve timeouts, logging, and cleanup; remove deprecated test files and adjust devDependencies accordingly
2025-05-18 18:08:55 +00:00
security-manager.ts
BREAKING CHANGE(IRouteSecurity): Consolidate duplicated IRouteSecurity interfaces by unifying property names
2025-05-15 09:34:01 +00:00
smart-proxy.ts
fix(acme): Fix port 80 ACME management and challenge route concurrency issues by deduplicating port listeners, preserving challenge route state across certificate manager recreations, and adding mutex locks to route updates.
2025-05-19 03:40:58 +00:00
timeout-manager.ts
BREAKING CHANGE(smartproxy/configuration): Migrate SmartProxy to a fully unified route‐based configuration by removing legacy domain-based settings and conversion code. CertProvisioner, NetworkProxyBridge, and RouteManager now use IRouteConfig exclusively, and related legacy interfaces and files have been removed.
2025-05-10 07:56:21 +00:00
tls-manager.ts
fix(typescript): Refactor types and interfaces to use consistent I prefix and update related tests
2025-05-09 22:46:53 +00:00