MHSanaei
cb81ce9bf2
fix warning when there is no access.log
...
after this
if limitip is 0 and there is no access.log on xray config you don't see this warning
access.log doesn't exist in your config.json
-------------
better view on ip log
-------------
update dependencies
2023-06-16 01:08:35 +03:30
somebodywashere
315dbe24e4
Removed ipLimit from the panel, changed the code to work with fail2ban ( #580 )
...
* Logging for fail2ban service
Removed limitDevice and other unnecessary functions
* Logging for fail2ban service
Removed limitDevice and other unnecessary functions
* fixed shouldCleanLog
* last fix
* reduced ip limit detection frequency to 30 sec (less logging, more precise)
changed maxretry in fail2ban jail config to 2 to fit above
* fixed check delay
* added 5 seconds delay before cleaning logs
2023-06-15 22:45:34 +03:30
MHSanaei
f3a0142dbb
fix and improve
2023-06-14 19:50:19 +03:30
MHSanaei
02cfd9afa4
update - security "none"
...
security set to none when tls, reality, xtls are not set
its because when there is no security none on trojan link some app like v2rayn set tls for your config
2023-06-14 17:06:56 +03:30
dependabot[bot]
e3383756c6
Bump docker/build-push-action from 4.1.0 to 4.1.1 ( #604 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v4.1.0...v4.1.1 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
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>
2023-06-14 15:38:57 +03:30
dependabot[bot]
d559c5f86e
Bump docker/metadata-action from 4.5.0 to 4.6.0 ( #603 )
...
Bumps [docker/metadata-action](https://github.com/docker/metadata-action ) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Commits](https://github.com/docker/metadata-action/compare/v4.5.0...v4.6.0 )
---
updated-dependencies:
- dependency-name: docker/metadata-action
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>
2023-06-14 15:38:47 +03:30
MHSanaei
5a7d090347
removed - alterId
...
https://github.com/XTLS/Xray-core/pull/2199
9112cfd39c
2023-06-13 17:26:50 +03:30
dependabot[bot]
5519f16566
Bump golang.org/x/text from 0.9.0 to 0.10.0 ( #595 )
...
Bumps [golang.org/x/text](https://github.com/golang/text ) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/golang/text/releases )
- [Commits](https://github.com/golang/text/compare/v0.9.0...v0.10.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>
2023-06-13 15:36:33 +03:30
dependabot[bot]
ff3816e83b
Bump docker/setup-buildx-action from 2.6.0 to 2.7.0 ( #594 )
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2.6.0 to 2.7.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2.6.0...v2.7.0 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
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>
2023-06-13 15:36:21 +03:30
dependabot[bot]
5482f41faa
Bump docker/build-push-action from 4.0.0 to 4.1.0 ( #589 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v4.0.0...v4.1.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
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>
2023-06-12 13:50:16 +03:30
dependabot[bot]
b8a79704d0
Bump github.com/mymmrac/telego from 0.24.0 to 0.25.0 ( #588 )
...
Bumps [github.com/mymmrac/telego](https://github.com/mymmrac/telego ) from 0.24.0 to 0.25.0.
- [Release notes](https://github.com/mymmrac/telego/releases )
- [Commits](https://github.com/mymmrac/telego/compare/v0.24.0...v0.25.0 )
---
updated-dependencies:
- dependency-name: github.com/mymmrac/telego
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>
2023-06-12 13:50:02 +03:30
MHSanaei
720c4ef4ca
new - acceptProxyProtocol for H2 and gRPC #581
2023-06-09 18:53:57 +03:30
MHSanaei
e4691bb299
new - Reject Unknown SNI - thanks to @sudospaes
2023-06-09 16:48:50 +03:30
MHSanaei
88777ccf90
random password button for SS & more
...
crypto.getRandomValues for uuid
change name randomText to randomLowerAndNum
2023-06-09 16:04:57 +03:30
MHSanaei
38b5d8983c
mtproto removed
2023-06-09 15:58:47 +03:30
dependabot[bot]
2fbeaa22c7
Bump gorm.io/driver/sqlite from 1.5.1 to 1.5.2 ( #579 )
...
Bumps [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite ) from 1.5.1 to 1.5.2.
- [Commits](https://github.com/go-gorm/sqlite/compare/v1.5.1...v1.5.2 )
---
updated-dependencies:
- dependency-name: gorm.io/driver/sqlite
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>
2023-06-09 14:03:09 +03:30
MHSanaei
a3ed135129
fix error - speedtest
...
The update command takes no arguments
2023-06-08 16:08:08 +03:30
MHSanaei
6897534eb9
access.log #571
...
access.log will be clear only when limitip is not 0
2023-06-08 13:50:35 +03:30
dependabot[bot]
01cc827295
Bump docker/metadata-action from 4.4.0 to 4.5.0 ( #575 )
...
Bumps [docker/metadata-action](https://github.com/docker/metadata-action ) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Commits](https://github.com/docker/metadata-action/compare/v4.4.0...v4.5.0 )
---
updated-dependencies:
- dependency-name: docker/metadata-action
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>
2023-06-08 13:35:10 +03:30
dependabot[bot]
128e6bde79
Bump docker/setup-qemu-action from 2.1.0 to 2.2.0 ( #574 )
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v2.1.0...v2.2.0 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
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>
2023-06-08 13:34:55 +03:30
dependabot[bot]
2e96a6b1a0
Bump docker/setup-buildx-action from 2.5.0 to 2.6.0 ( #573 )
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2.5.0...v2.6.0 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
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>
2023-06-08 13:34:46 +03:30
dependabot[bot]
1ac1bff4e1
Bump docker/login-action from 2.1.0 to 2.2.0 ( #572 )
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v2.1.0...v2.2.0 )
---
updated-dependencies:
- dependency-name: docker/login-action
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>
2023-06-08 13:34:36 +03:30
MHSanaei
b531bf981f
random sub Id
...
optimize utils
trojan short id fix
index page better view
2023-06-07 12:45:58 +03:30
MHSanaei
54da8ad9bd
[feature] using xray api and more
...
Improve DB performance
[api] backward compatibility: add client by update
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-06-05 00:32:19 +03:30
MHSanaei
9d5f5dd94d
update dependencies
2023-06-03 19:00:06 +03:30
MHSanaei
8d7199c678
some changes
...
ip limit method back to v1.6.0 method
remove event on getDBClientIps
better show ip on log (",\n")
2023-06-03 18:59:32 +03:30
Tara Rostami
8652b5b2ac
Update custom.css ( #559 )
2023-06-02 23:48:26 +03:30
dependabot[bot]
672a304417
Bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 ( #555 )
...
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin ) from 1.9.0 to 1.9.1.
- [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.0...v1.9.1 )
---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
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>
2023-06-01 13:45:02 +03:30
dependabot[bot]
5e12eedd0d
Bump github.com/shirou/gopsutil/v3 from 3.23.4 to 3.23.5 ( #554 )
...
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil ) from 3.23.4 to 3.23.5.
- [Release notes](https://github.com/shirou/gopsutil/releases )
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.4...v3.23.5 )
---
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>
2023-06-01 13:44:17 +03:30
MHSanaei
448e4af4be
removed - v2-ui migrate
2023-06-01 01:14:54 +03:30
MHSanaei
afc6f0e0cf
forgot linux tag name
...
Co-Authored-By: somebodywashere <68244480+somebodywashere@users.noreply.github.com>
2023-05-31 23:50:37 +03:30
dependabot[bot]
b62855cb8c
Bump svenstaro/upload-release-action from 2.6.0 to 2.6.1 ( #552 )
...
Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action ) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/svenstaro/upload-release-action/releases )
- [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/svenstaro/upload-release-action/compare/2.6.0...2.6.1 )
---
updated-dependencies:
- dependency-name: svenstaro/upload-release-action
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>
2023-05-31 23:41:29 +03:30
Hamidreza
28fa79e002
Merge pull request #546 from somebodywashere/main
...
[tgbot] - small bugfix
2023-05-31 15:02:29 +03:30
somebodywashere
ff4f65083c
[tgbot] - bugfix
2023-05-31 08:37:03 +00:00
Ho3ein
683d912c30
Merge pull request #545 from hamid-gh98/main
...
🔀 New Feature + Fix URLs + Some Improvements 🛠️ 🌐
2023-05-31 09:47:02 +03:30
Hamidreza
2bba2ec00c
FIX tgbot adminIds
2023-05-31 05:01:20 +03:30
Hamidreza Ghavami
4e66f53114
Update README.md
2023-05-31 04:25:13 +04:30
Hamidreza Ghavami
675b7d1d65
fix setting
2023-05-31 03:29:59 +04:30
Hamidreza Ghavami
4bb20d8f13
Update README.md
2023-05-31 02:57:01 +04:30
Hamidreza Ghavami
648494f555
add /id command to tgbot to get user id
2023-05-31 02:31:00 +04:30
Hamidreza Ghavami
86c7d39086
move manual list to new tab
2023-05-31 01:59:41 +04:30
Hamidreza Ghavami
c5211ff094
fix urls + use the new buildURL func
2023-05-31 01:59:41 +04:30
Hamidreza Ghavami
71f9755159
add buildURL func
2023-05-31 01:59:41 +04:30
Hamidreza Ghavami
2aeedfe82a
fix qrModal.client is null
2023-05-31 01:59:12 +04:30
Hamidreza Ghavami
c0b384efb5
some improvements
2023-05-31 01:31:56 +04:30
Hamidreza Ghavami
784d530824
Update translations
2023-05-31 01:26:29 +04:30
Hamidreza Ghavami
18ef65af3b
use the middlewares
2023-05-31 01:24:18 +04:30
Hamidreza Ghavami
b546d786eb
add an option for webDomain
2023-05-31 01:21:14 +04:30
Hamidreza Ghavami
62c2f3cb71
create and move middlewares to seperate folder
2023-05-31 01:13:46 +04:30
somebodywashere
1b41d3c964
[tgbot] - some fixes and improvments ( #542 )
2023-05-30 15:07:23 +03:30