Commit graph

6 commits

Author SHA1 Message Date
Daniel Lavrushin
ef8bedd247
Add Russian documentation for UDP handling, backup settings, core settings, discovery settings, geodata, payloads, security, and domain monitoring
- Created UDP documentation detailing traffic handling and filtering options.
- Added backup settings documentation for configuration backup and restoration.
- Introduced core settings documentation covering service management, packet processing, and logging.
- Added discovery settings documentation for automatic configuration detection.
- Created geodata documentation explaining GeoSite and GeoIP databases and their usage.
- Added payloads documentation for generating and managing TLS payloads for faking.
- Introduced security documentation for web interface authorization and HTTPS setup.
- Added domain monitoring documentation for automatic detection of blocked domains and recovery processes.
- Created footer and navbar localization files for Russian language support.
2026-04-18 21:43:56 +02:00
Daniel Lavrushin
67ab57b58a
Refactor code structure for improved readability and maintainability 2026-04-04 23:47:03 +02:00
Daniel Lavrushin
100c5cef3b
Refactor code structure for improved readability and maintainability 2026-03-30 11:20:39 +02:00
Daniel Lavrushin
e1b8c7e74e
Remove unused SVG file, optimize TLS record writing, and clean up MTProto logging
- Deleted the unused SVG file `undraw_docusaurus_tree.svg` from the documentation assets.
- Refactored the `Write` method in `faketls.go` to optimize the TLS record writing process by reducing the number of write calls.
- Removed unnecessary verification logging in `obfuscated2.go` to streamline the handshake process.
- Updated logging in `server.go` to simplify the output when a new MTProto secret is generated and saved.
2026-03-23 21:45:55 +01:00
Daniel Lavrushin
043e7d7f6c
Refactor code structure for improved readability and maintainability 2026-03-22 13:52:17 +01:00
Daniel Lavrushin
1abbb47095
Add SVG illustration and TypeScript configuration file
- Added a new SVG file for "Focus on What Matters" to the static images directory.
- Created a TypeScript configuration file to enhance editor experience, extending from Docusaurus' default configuration.
2025-11-12 16:55:16 +01:00