txlyre zsynchronizowano commit z main na txlyre/3x-ui z kopii lustrzanej

  • 51e2fb6dbf translate update #4117
  • f21ed92296 feat: add panel update functionality via web GUI (#4117) * feat: add panel update functionality via web GUI * feat: enhance panel update notifications in web GUI * feat: implement panel update modal and enhance translation strings * fix design
  • 22de983752 xray-setting: pin api routing rule to index 0 on save (#4124) when the admin adds a custom outbound (eg vless cascade to a second server) and a routing rule sending all inbound traffic to it, that catch-all gets evaluated before the existing api->api rule, so the panel's internal stats inbound's traffic ends up on the cascade outbound. the grpc stats query then can't see anything, GetTraffic returns no inbound/user counters, and every client appears offline with zero traffic even though the actual proxy path works fine. before save, find the api rule and move it to the front of routing.rules. if it's missing entirely, insert a default. other rules keep their relative order. closes #4113. probably also fixes the long-standing #2818 where the documented workaround was "manually move the api rule to the top".
  • Zobacz porównanie tych 3 commitów »

2 dni temu

txlyre zsynchronizowano commit z v2.9.3 na txlyre/3x-ui z kopii lustrzanej

3 dni temu

txlyre zsynchronizowano nowy odnośnik v2.9.3 to txlyre/3x-ui z mirrora

3 dni temu

txlyre zsynchronizowano commit z main na txlyre/3x-ui z kopii lustrzanej

3 dni temu

txlyre zsynchronizowano commit z main na txlyre/3x-ui z kopii lustrzanej

  • 6d05702d00 TCP Masks
  • 9791b05a4e kcp: noise, header-custom, sudoku
  • 0aca2d3b3d sub: kcp finalmask
  • 8529f4f0cf kcp: mtu and tti Add KCP-specific fields mtu and tti to inbound stream handling in web/assets/js/model/inbound.js. The changes add obj.mtu/obj.tti when serializing the kcp stream and set params for mtu and tti in the various KCP parameter-building branches so these values are preserved and transmitted where KCP is used.
  • Zobacz porównanie tych 4 commitów »

3 dni temu

txlyre zsynchronizowano commit z main na txlyre/3x-ui z kopii lustrzanej

4 dni temu

txlyre wypycha do master w txlyre/libqirt

5 dni temu

txlyre wypycha do master w txlyre/qic

5 dni temu

txlyre wypycha do master w txlyre/libqirt

5 dni temu

txlyre wypycha do master w txlyre/libqirt

5 dni temu

txlyre wypycha do master w txlyre/libqirt

5 dni temu

txlyre wypycha do master w txlyre/libqirt

5 dni temu

txlyre wypycha do master w txlyre/libqirt

5 dni temu

txlyre wypycha do master w txlyre/libqirt

5 dni temu

txlyre zsynchronizowano commit z main na txlyre/3x-ui z kopii lustrzanej

  • 35609b7b13 Bump github.com/Azure/go-ntlmssp (#4094) Bumps the go_modules group with 1 update in the / directory: [github.com/Azure/go-ntlmssp](https://github.com/Azure/go-ntlmssp). Updates `github.com/Azure/go-ntlmssp` from 0.1.0 to 0.1.1 - [Release notes](https://github.com/Azure/go-ntlmssp/releases) - [Commits](https://github.com/Azure/go-ntlmssp/compare/v0.1.0...v0.1.1) --- updated-dependencies: - dependency-name: github.com/Azure/go-ntlmssp dependency-version: 0.1.1 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

6 dni temu

txlyre zsynchronizowano i usunięto odnośnik dependabot/go_modules/go_modules-65b849288a at txlyre/3x-ui z mirrora

6 dni temu

txlyre zsynchronizowano commit z main na txlyre/3x-ui z kopii lustrzanej

  • a4b1b3d06d Merge pull request #4092 from pwnnex/fix/iplimit-live-only-slot-count iplimit: dont count idle db-only ips toward the per-client limit (#4091)
  • 5f7c7c5f3d iplimit: dont count idle db-only ips toward the per-client limit after #4083 the staleness window is 30 minutes, which still lets an ip that stopped connecting a few minutes ago sit in the db blob and keep the protected slot on the ascending sort. the ip that is actually connecting right now gets classified as excess and sent to fail2ban, and never lands in inbound_client_ips.ips so the panel doesnt show it until you clear the log by hand. only count ips observed in the current scan toward the limit. db-only entries stay in the blob for display but dont participate in the ban decision. live subset still uses the "protect oldest, ban newcomer" rule. closes #4091. followup to #4077.
  • Zobacz porównanie tych 2 commitów »

1 tydzień temu

txlyre zsynchronizowano commit z dependabot/go_modules/go_modules-65b849288a na txlyre/3x-ui z kopii lustrzanej

  • 35469dec79 Bump github.com/Azure/go-ntlmssp Bumps the go_modules group with 1 update in the / directory: [github.com/Azure/go-ntlmssp](https://github.com/Azure/go-ntlmssp). Updates `github.com/Azure/go-ntlmssp` from 0.1.0 to 0.1.1 - [Release notes](https://github.com/Azure/go-ntlmssp/releases) - [Commits](https://github.com/Azure/go-ntlmssp/compare/v0.1.0...v0.1.1) --- updated-dependencies: - dependency-name: github.com/Azure/go-ntlmssp dependency-version: 0.1.1 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <[email protected]>
  • a4b1b3d06d Merge pull request #4092 from pwnnex/fix/iplimit-live-only-slot-count iplimit: dont count idle db-only ips toward the per-client limit (#4091)
  • 5f7c7c5f3d iplimit: dont count idle db-only ips toward the per-client limit after #4083 the staleness window is 30 minutes, which still lets an ip that stopped connecting a few minutes ago sit in the db blob and keep the protected slot on the ascending sort. the ip that is actually connecting right now gets classified as excess and sent to fail2ban, and never lands in inbound_client_ips.ips so the panel doesnt show it until you clear the log by hand. only count ips observed in the current scan toward the limit. db-only entries stay in the blob for display but dont participate in the ban decision. live subset still uses the "protect oldest, ban newcomer" rule. closes #4091. followup to #4077.
  • 6bcaf61c44 Feature: Copy clients between inbounds (#4087) * feat: copy clients between inbounds * fix: copy clients modal not opening * fix: copy clients modal not opening * fix: copy clients modal not opening * fix: copy clients modal not opening * fix: copy clients modal not opening * fix: copy clients modal not opening * fix: copy clients modal not opening * fix: copy clients modal not opening * fix: copy clients modal not opening * revert: undo install.sh/deploy.sh changes; i18n: add copy-clients translations for all languages --------- Co-authored-by: Нестеров Руслан <[email protected]>
  • ff25072690 SS: remove unsupported cipher method
  • Zobacz porównanie tych 10 commitów »

1 tydzień temu

txlyre zsynchronizowano nowy odnośnik dependabot/go_modules/go_modules-65b849288a to txlyre/3x-ui z mirrora

1 tydzień temu