mirror of
https://github.com/lampame/lampac-ukraine.git
synced 2026-04-16 17:32:20 +00:00
Add Uaflix init support configuration to README
This commit is contained in:
parent
a4370b623b
commit
b150cabfb0
23
README.md
23
README.md
@ -47,4 +47,25 @@ Create or update the module/repository.yaml file
|
|||||||
|
|
||||||
branch - optional, default main
|
branch - optional, default main
|
||||||
|
|
||||||
modules - optional, if not specified, all modules from the repository will be installed
|
modules - optional, if not specified, all modules from the repository will be installed
|
||||||
|
|
||||||
|
## Init support
|
||||||
|
|
||||||
|
```json
|
||||||
|
"Uaflix": {
|
||||||
|
"enable": true,
|
||||||
|
"domain": "https://uaflix.net",
|
||||||
|
"displayname": "Uaflix",
|
||||||
|
"streamproxy": false,
|
||||||
|
"useproxy": false,
|
||||||
|
"proxy": {
|
||||||
|
"useAuth": true,
|
||||||
|
"username": "FooBAR",
|
||||||
|
"password": "Strong_password",
|
||||||
|
"list": [
|
||||||
|
"socks5://adress:port"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"displayindex": 1
|
||||||
|
}
|
||||||
|
```
|
||||||
Loading…
x
Reference in New Issue
Block a user