Skip to content

Commit

Permalink
refactor: major project restructuring and configuration improvements
Browse files Browse the repository at this point in the history
- Completely redesigned project architecture with modular server components
- Introduced TOML-based configuration system
- Updated CLI options to use configuration file
- Enhanced proxy server with more robust authentication and host filtering
- Migrated to newer Rust dependencies and improved error handling
- Added tracing for better logging and debugging
- Simplified server startup and connection management
  • Loading branch information
doroved committed Jan 28, 2025
1 parent 96bead8 commit 770325b
Show file tree
Hide file tree
Showing 21 changed files with 1,381 additions and 1,465 deletions.
6 changes: 2 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/target
README-PRIVATE.md
README-RU.md
cloud-init.yml
*.pem
/certs
config.dev.toml
Loading

0 comments on commit 770325b

Please sign in to comment.