Commit 50789dc
committed
feat: add password field to RealityObject interface and update publicKey retrieval logic
- Introduced a new optional 'password' field in the RealityObject interface to enhance configuration options.
- Updated the logic in FormatHostsService to retrieve the publicKey from realitySettings, falling back to the new password field if publicKey is not available.1 parent 3e9479a commit 50789dc
File tree
2 files changed
+2
-1
lines changed- src
- common/helpers/xray-config/interfaces
- modules/subscription-template/generators
2 files changed
+2
-1
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| |||
0 commit comments