mhsanaei
9bf45ad930
minor changes
2024-05-28 16:28:20 +02:00
mhsanaei
bbf083d99b
new - vCPUs
2024-05-28 15:11:46 +02:00
Maisam
6509fe255e
Add CLI to set panel cert ( #2305 )
...
* Add webBasePath update feature to CLI
* Add certificate setting update to CLI
* Revert "Add certificate setting update to CLI"
This reverts commit 2a937d59d7
.
* Add certificate setting update to CLI
(cherry picked from commit 2a937d59d7
)
2024-05-25 11:35:27 +02:00
Maisam
069fa86097
Add webBasePath update feature to CLI ( #2300 )
2024-05-25 10:15:06 +02:00
dependabot[bot]
6a7175fc4b
Bump github.com/valyala/fasthttp from 1.53.0 to 1.54.0 ( #2297 )
...
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp ) from 1.53.0 to 1.54.0.
- [Release notes](https://github.com/valyala/fasthttp/releases )
- [Commits](https://github.com/valyala/fasthttp/compare/v1.53.0...1.54.0 )
---
updated-dependencies:
- dependency-name: github.com/valyala/fasthttp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-25 09:44:16 +02:00
mhsanaei
1ceb39f179
bash - Random WebBasePath
2024-05-24 12:38:44 +02:00
mhsanaei
bf537fd645
v2.3.4
2024-05-24 11:12:49 +02:00
mhsanaei
dd88c959d0
View Current Settings - show webBasePath
2024-05-24 11:08:16 +02:00
mhsanaei
283f90b554
new - (TLS) Session Resumption
2024-05-24 10:17:20 +02:00
mhsanaei
6dac6c69cf
new - sockopt : all features #2293
2024-05-24 09:57:14 +02:00
Ahmad Thoriq Najahi
df9e4d9db7
feat: Enhance host extraction from headers ( #2292 )
...
- Refactor SUBController subs and subJsons methods to extract host from X-Forwarded-Host header, falling back to X-Real-IP header and then to the request host if unavailable.
- Update html function to extract host from X-Forwarded-Host header, falling back to X-Real-IP header and then to the request host if unavailable.
- Update DomainValidatorMiddleware to first attempt to extract host from X-Forwarded-Host header, falling back to X-Real-IP header and then to the request host.
Fixes : #2284
Signed-off-by: Ahmad Thoriq Najahi <najahi@zephyrus.id>
2024-05-23 23:51:19 +02:00
mhsanaei
39a08971e4
Add X-Real-IP Support for Client IP (login page)
2024-05-23 15:16:13 +02:00
mhsanaei
410f879019
Upgrade - Xray Core v1.8.13
2024-05-23 10:52:25 +02:00
mhsanaei
82e489f712
v2.3.3
2024-05-22 21:48:41 +02:00
mhsanaei
7cb1248da3
new - (Sockopt) tcpMptcp , tcpNoDelay
...
https://xtls.github.io/en/config/transport.html#sockoptobject
2024-05-22 20:06:49 +02:00
mhsanaei
0c2e2f4c05
Ensure IPv6 compliant host
...
Co-Authored-By: vnxme <46669194+vnxme@users.noreply.github.com>
2024-05-22 20:06:49 +02:00
mhsanaei
df6421dda3
new - (TLS) disable System Root
2024-05-22 20:06:49 +02:00
mhsanaei
3e7957cee0
new - Cert (TLS-XTLS) - oneTimeLoading , usage
2024-05-22 20:06:48 +02:00
mhsanaei
2d471a69da
update - xray core v1.8.12
2024-05-22 20:06:48 +02:00
dependabot[bot]
3b91e441b1
Bump github.com/goccy/go-json from 0.10.2 to 0.10.3 #2273
...
updated-dependencies:
- dependency-name: github.com/goccy/go-json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-22 09:54:24 +02:00
mhsanaei
1ab3da911b
bug fix - bulk Telegram ChatID
2024-05-16 14:58:32 +02:00
dependabot[bot]
f9695efd0d
Bump google.golang.org/grpc from 1.63.2 to 1.64.0 ( #2259 )
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.63.2 to 1.64.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.63.2...v1.64.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-15 12:18:22 +02:00
Ahmad Thoriq Najahi
05469ce280
feat(tgbot): Add refresh button to server usage ( #2253 )
...
- Added a refresh button to the server usage interface to allow users to refresh the displayed information.
- Updated the sendReport function to use the sendServerUsage function instead of getServerUsage to ensure consistency in functionality.
Signed-off-by: Ahmad Thoriq Najahi <najahi@zephyrus.id>
2024-05-14 14:00:10 +02:00
dependabot[bot]
c403ad8548
Bump github.com/valyala/fasthttp from 1.52.0 to 1.53.0 ( #2258 )
...
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp ) from 1.52.0 to 1.53.0.
- [Release notes](https://github.com/valyala/fasthttp/releases )
- [Commits](https://github.com/valyala/fasthttp/compare/v1.52.0...v1.53.0 )
---
updated-dependencies:
- dependency-name: github.com/valyala/fasthttp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-14 13:59:37 +02:00
mhsanaei
253a8a2834
v2.3.1
2024-05-09 19:49:26 +02:00
mhsanaei
4465f673e7
OS - Parch , OpenSUSE
2024-05-09 19:49:15 +02:00
Hamidreza
0ea838b365
[fix] always serve panel even if xray failed to run ( #2248 )
2024-05-09 19:45:12 +02:00
mhsanaei
17ebbe6a7b
[dns] skipFallback option
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-05-08 21:43:15 +02:00
mhsanaei
aac32023b5
sniffing - metadataOnly, routeOnly
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-05-08 21:38:08 +02:00
mhsanaei
7abb08e0bb
add dokodemo timeout
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-05-08 21:31:58 +02:00
Lxtend
bac974db8b
feat: add support for install on opensuse tumbleweed ( #2244 )
...
* feat: add support for opensuse tumbleweed
* doc(readme): add opensuse tumbleweed to recommended os
---------
Co-authored-by: lixiangwuxian <lixiangwuxian@lxtend.com>
2024-05-07 12:03:32 +02:00
dependabot[bot]
4d59ffe743
Bump github.com/gin-gonic/gin from 1.9.1 to 1.10.0 ( #2247 )
...
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin ) from 1.9.1 to 1.10.0.
- [Release notes](https://github.com/gin-gonic/gin/releases )
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/gin-gonic/gin/compare/v1.9.1...v1.10.0 )
---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-07 11:59:38 +02:00
mhsanaei
ed49742a24
remove version - folder name
2024-05-07 08:45:05 +02:00
dependabot[bot]
38f1b1250d
Bump github.com/gin-contrib/sessions from 1.0.0 to 1.0.1 ( #2245 )
...
Bumps [github.com/gin-contrib/sessions](https://github.com/gin-contrib/sessions ) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/gin-contrib/sessions/releases )
- [Changelog](https://github.com/gin-contrib/sessions/blob/master/.goreleaser.yaml )
- [Commits](https://github.com/gin-contrib/sessions/compare/v1.0.0...v1.0.1 )
---
updated-dependencies:
- dependency-name: github.com/gin-contrib/sessions
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-06 13:18:50 +02:00
dependabot[bot]
4366a336d4
Bump golang.org/x/text from 0.14.0 to 0.15.0 ( #2246 )
...
Bumps [golang.org/x/text](https://github.com/golang/text ) from 0.14.0 to 0.15.0.
- [Release notes](https://github.com/golang/text/releases )
- [Commits](https://github.com/golang/text/compare/v0.14.0...v0.15.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/text
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-06 13:18:35 +02:00
dependabot[bot]
74603696ac
Bump github.com/pelletier/go-toml/v2 from 2.2.1 to 2.2.2 ( #2242 )
...
Bumps [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml ) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/pelletier/go-toml/releases )
- [Changelog](https://github.com/pelletier/go-toml/blob/v2/.goreleaser.yaml )
- [Commits](https://github.com/pelletier/go-toml/compare/v2.2.1...v2.2.2 )
---
updated-dependencies:
- dependency-name: github.com/pelletier/go-toml/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-02 16:08:10 +02:00
dependabot[bot]
58c0bc9ff5
Bump github.com/gin-contrib/gzip from 1.0.0 to 1.0.1 ( #2243 )
...
Bumps [github.com/gin-contrib/gzip](https://github.com/gin-contrib/gzip ) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/gin-contrib/gzip/releases )
- [Changelog](https://github.com/gin-contrib/gzip/blob/master/.goreleaser.yaml )
- [Commits](https://github.com/gin-contrib/gzip/compare/v1.0.0...v1.0.1 )
---
updated-dependencies:
- dependency-name: github.com/gin-contrib/gzip
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-02 16:07:33 +02:00
dependabot[bot]
1527587d12
Bump github.com/shirou/gopsutil/v3 from 3.24.3 to 3.24.4 ( #2241 )
...
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil ) from 3.24.3 to 3.24.4.
- [Release notes](https://github.com/shirou/gopsutil/releases )
- [Commits](https://github.com/shirou/gopsutil/compare/v3.24.3...v3.24.4 )
---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-01 12:35:42 +02:00
dependabot[bot]
8c5c25f88d
Bump gorm.io/gorm from 1.25.9 to 1.25.10 ( #2240 )
...
Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm ) from 1.25.9 to 1.25.10.
- [Release notes](https://github.com/go-gorm/gorm/releases )
- [Commits](https://github.com/go-gorm/gorm/compare/v1.25.9...v1.25.10 )
---
updated-dependencies:
- dependency-name: gorm.io/gorm
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-29 11:14:23 +02:00
Ahmad Thoriq Najahi
f2c2e281a8
feat(tgbot): Add xray-core
version into server status ( #2236 )
...
Signed-off-by: Ahmad Thoriq Najahi <najahi@zephyrus.id>
2024-04-29 08:44:16 +02:00
mhsanaei
34f0c0a801
upgrade xray to v1.8.11
2024-04-26 10:06:13 +02:00
dependabot[bot]
ec8901ffd1
Bump github.com/xtls/xray-core from 1.8.10 to 1.8.11 ( #2234 )
...
Bumps [github.com/xtls/xray-core](https://github.com/xtls/xray-core ) from 1.8.10 to 1.8.11.
- [Release notes](https://github.com/xtls/xray-core/releases )
- [Commits](https://github.com/xtls/xray-core/compare/v1.8.10...v1.8.11 )
---
updated-dependencies:
- dependency-name: github.com/xtls/xray-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-26 10:03:17 +02:00
Gzngskxgr20
fa5db0a304
Correction of Previous Mistaken PR and the delete_ports function ( #2231 )
...
* Update x-ui.sh with ufw port settings
It really costs time when adding rules for a large range, if for loop is used in bash. Changed it to built-in port range support in ufw.
This commit is to correct the previous one, which cannot handle port range settings correctly.
Corrected the confirmation of the deleted ports.
2024-04-23 00:35:05 +03:30
mhsanaei
a7a5c3a5f3
fix empty client ID on request
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-04-21 00:58:37 +03:30
mhsanaei
915b47133a
gin-contrib v1.0.0
2024-04-21 00:56:55 +03:30
Tara Rostami
7826117fde
UI Improvements ( #2228 )
...
* UI Improvements
Better Table
Update QR Code Modal
Better Info Modal
Compression HTML files
Better Dropdown Menu
Better Calendar
and more ..
Remove files
Minor Fixes
2024-04-20 22:15:36 +03:30
Gzngskxgr20
9ebdd783a2
Update x-ui.sh with ufw port settings ( #2230 )
...
* Update x-ui.sh with ufw port settings
It really costs time when adding rules for a large range, if for loop is used in bash. Changed it to built-in port range support in ufw.
2024-04-20 21:59:27 +03:30
Rammiah
da792da962
fix dns ui ( #2229 )
...
fix domains for nameserver only record, domain will keep after edit a
server with domains list
2024-04-20 14:46:08 +03:30
mhsanaei
21210ec800
v2.3.0
2024-04-17 18:06:49 +03:30
mhsanaei
f4d0c5b815
rename
2024-04-17 17:58:54 +03:30