Commit Graph

1248 Commits

Author SHA1 Message Date
cf4282a8a3 Update changelog 2025-04-28 11:47:22 +03:30
cdf122d687 🔧 Fix missing return statement in telegram_stop_api function 2025-04-28 10:49:29 +03:30
15780cf43a 🔒 Improve SSL certificate handling with auto-renewal detection 2025-04-27 23:05:30 +03:30
0dfe4277c3 📦 v1.8.0 Release 🚀 – Introducing Decoy Sites & Smarter Management! 2025-04-27 18:57:20 +03:30
128c49fea3 Merge pull request #133 from ReturnFI/beta
Introducing Decoy Sites & Smarter Management!
2025-04-27 18:56:38 +03:30
6e651cf108 Update Changelog 2025-04-27 18:45:20 +03:30
9793dc28e7 Remove warps ACL rules completely when wg-quick@wgcf service is inactive 2025-04-27 18:32:18 +03:30
68441c1cae Fix config.json permission issues by preserving original file permissions
- Replace mv commands with cat to maintain original file permissions when updating config with jq
2025-04-27 18:20:46 +03:30
1255fc7e58 feat: improve restore.sh to auto-fix config.json based on network interface 2025-04-27 17:40:31 +03:30
787184bb8a fix: prevent duplicate WARP outbound entries and improve installation flow 2025-04-27 11:57:38 +03:30
7546e13cfb fix: handle domain names in IP4 configuration variable
Previously, when the IP4 variable contained a domain name instead of an actual IP address, the SNI validation would fail and force the use of self-signed certificates. This update adds detection and resolution of domain names in the IP4 variable, ensuring proper DNS comparison when checking if the SNI domain points to the server.
2025-04-27 11:32:43 +03:30
c89134f40e fix : typo 2025-04-26 20:39:29 +03:30
57993d7602 feat: Add Decoy Site feature
Adds a new Decoy Site configuration tab in the settings section.
2025-04-26 20:33:12 +03:30
c1d8c422af Add decoy status API 2025-04-26 13:31:19 +03:30
fa7090a88b feat(api): Add endpoints for webpanel decoy management using background tasks
- Add POST `/api/v1/config/hysteria/webpanel/decoy/setup` endpoint to configure the decoy site.
- Add POST `/api/v1/config/hysteria/webpanel/decoy/stop` endpoint to remove the decoy site configuration.
- Implement `BackgroundTasks` for both endpoints to prevent Caddy service restarts from interrupting the API response.
- Add `SetupDecoyRequest` Pydantic schema for the setup endpoint payload.
2025-04-25 21:58:04 +03:30
d5397a9f14 feat(CLI): Add decoy site management
- Added corresponding wrapper functions (setup_webpanel_decoy,
  stop_webpanel_decoy) in cli_api.py.
- Updated start_webpanel in cli_api.py to accept decoy_path.
- Exposed new commands (setup-webpanel-decoy, stop-webpanel-decoy)
  in cli.py.
- Updated the webpanel start command in cli.py to accept a
  --decoy-path option.
2025-04-25 21:15:06 +03:30
7ff72e720c feat: Add decoy site functionality to Hysteria web panel
- Add ability to configure a decoy site on port 443 while hiding the web panel
- Support both same-port and separate-port configurations
- Add commands to manage decoy sites: 'decoy' to add/configure and 'stopdecoy' to remove
- Ensure clean reversion of Caddy configuration when stopping decoy sites
- Make decoy path optional during panel startup

This enhancement improves obfuscation capabilities by serving legitimate-looking 
content on standard HTTPS port while keeping the actual panel hidden behind a 
secret path.
2025-04-25 20:50:24 +03:30
2796b9fde5 📦 v1.7.1 Release 🚀 2025-04-25 11:39:07 +03:30
114f16dcb6 Merge pull request #132 from ReturnFI/beta
SNI checker
2025-04-25 11:38:22 +03:30
e0191149b8 Update changelog 2025-04-25 11:37:14 +03:30
782049d384 Update changelog 2025-04-24 21:35:51 +03:30
748d0bf2bd add init_paths to handle sys.path setup for importing shared modules like paths.py 2025-04-24 20:23:31 +03:30
ddfad6cd72 HotFix: Display TRAFFIC STATUS 2025-04-23 11:55:43 +03:30
ff194d0098 Changes:
feat: Add SNI checker and certificate manager
Key features:
- Domain-to-IP resolution verification
- Automatic Let's Encrypt certificate acquisition
- Self-signed fallback for domains not pointed to the server
- Updates insecure flag in config.json based on certificate type
- Updates SNI in environment config
- Generates and updates SHA-256 fingerprint

fix(urls): Update URI generator to respect TLS insecure flag
Changes:
- Added insecure parameter to generate_uri() function
- Read TLS insecure flag from config.json
- Set insecure=0 for valid certificates and insecure=1 for self-signed ones
- Updated all URI generation calls to include the insecure parameter
2025-04-21 00:17:28 +03:30
a57d4b096b Update Photo 2025-04-19 20:08:20 +03:30
b5085c7f62 Update Photo 2025-04-19 20:07:42 +03:30
1b5892cf78 📦 v1.7.0 Release – Now with more power! 🚀 2025-04-19 19:48:06 +03:30
2e555e0b7f Merge pull request #130 from ReturnFI/beta 2025-04-19 19:47:31 +03:30
4b12fea824 Update changelog 2025-04-19 19:41:04 +03:30
ae8a872059 Delete show_user_uri.sh 2025-04-19 19:30:46 +03:30
46f9b9580e Optimize server_info.sh for better performance and error handling
- Improved error handling for missing files and null values
- Enhanced JSON parsing to properly handle malformed entries
- Fixed CPU usage calculation
- Made memory stats extraction more robust
- Added fallback mechanisms for jq processing failures
- Improved handling of null numeric values in traffic statistics
- Added stderr redirection to suppress error messages
- Implemented safer variable expansions with default values
- Overall code cleanup and optimization
2025-04-19 19:22:49 +03:30
32c21126ed add UserUriResponse schem 2025-04-19 18:43:06 +03:30
fb221d350e Changes log:
feat: add user URI API endpoint
feat: integrate show_user_uri_api in users page
refactor: remove URI generation from viewmodel
2025-04-19 18:18:01 +03:30
325c130fd0 feat: add show-user-uri-json command 2025-04-19 13:12:33 +03:30
e79123364f refactor show user uri 2025-04-19 12:25:11 +03:30
b71433e3ae Update Preview 2025-04-18 14:15:28 +03:30
6a0d3fdbaf Update Preview 2025-04-18 14:14:58 +03:30
f18796d8c1 Client Compatibility 2025-04-18 13:56:36 +03:30
578301eb8d Fix title typo 2025-04-18 13:48:53 +03:30
dcea07e8f9 Change Project Name 2025-04-18 13:44:57 +03:30
e91825ca2c Change Project Name 2025-04-18 13:28:34 +03:30
f7b45baef0 Update SECURITY.md 2025-04-18 13:22:44 +03:30
43ea026c90 Update README.md 2025-04-18 13:22:16 +03:30
69a643e744 Comment Unnecessary Parts 2025-04-14 23:37:28 +03:30
21c88af543 v1.6.0 Release 🚀 2025-04-14 21:41:30 +03:30
a4598b4e75 Merge pull request #128 from ReturnFI/beta
feat(api): optimize user management and enhance CLI functionality 🚀👥
2025-04-14 21:40:32 +03:30
c42ef02e02 Clone Main 2025-04-14 21:40:15 +03:30
900f4db5b2 Update changelog 2025-04-14 21:39:24 +03:30
2b0962a87b Update changelog 2025-04-14 21:36:18 +03:30
155634165a Clone beta 2025-04-14 18:28:01 +03:30