-
Notifications
You must be signed in to change notification settings - Fork 74
feat: отправка x-hwid-limit: false когда HWID активен и лимит не достигнут #143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
59f1b4e
chore: release v2.2.1
kastov 4805e25
chore: release v2.2.2
kastov 03d11c0
chore: release v2.2.3
kastov b72f651
chore: release v2.2.4
kastov faa3b83
chore: release v2.2.5
kastov ac9bcfd
chore: release v2.2.6
kastov 1993c22
chore: release v2.3.0
kastov 493d9e3
chore: release v2.3.1
kastov ac41e67
chore: release v2.3.2
kastov 58f04bd
chore: release v2.4.0
kastov 28fcd16
chore: release v2.4.1
kastov a6da063
chore: release v2.4.2
kastov 8dc6cad
chore: release v2.4.3
kastov 0f344f3
chore: release v2.4.4
kastov 9f5ec03
chore: release v2.5.0
kastov 9e5cc9d
chore: release v2.5.1
kastov 38e5d89
chore: release v2.5.2
kastov 010a0ec
chore: release v2.5.3
kastov 8f8da19
chore: release v2.5.4
kastov 248cfa2
chore: release v2.5.5
kastov 57338d2
chore: release v2.5.6
kastov cc76d8f
chore: release v2.5.7
kastov 43d6ee2
chore: release v2.6.0
kastov f4fbcce
chore: release v2.6.1
kastov 3684048
chore: release v2.6.2
kastov 59f2a02
chore: release v2.6.3
kastov 02ea60a
fix: update default value for includeHiddenHosts in Mihomo generator …
kastov 8f4c3e7
chore: release v2.6.4
kastov dd4fbba
feat: send x-hwid-limit header with false value when HWID is active a…
this-xkit File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The default value for
includeHiddenHostshas been changed fromtruetofalseon this line, but this breaking change is not mentioned in the PR description. The PR description states onlysubscription.service.tsis modified ("Один файл"), yet this file is also changed.Mihomo/Stash users who have not explicitly set
remnawave.includeHiddenHostsin their templates will silently lose hidden hosts from their subscriptions after this update — a breaking behavior change for existing deployments.Please document this change in the PR description and consider whether existing users need migration guidance.