mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-08-07 14:25:17 +03:00
Add call protocol, Rmux. Update AmneziaWG. Fixes and improvements
This commit is contained in:
34
examples/call/dion/creator.json
Normal file
34
examples/call/dion/creator.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"log": {
|
||||
"level": "info"
|
||||
},
|
||||
"dns": {
|
||||
"servers": [
|
||||
{ "type": "local", "tag": "default" }
|
||||
]
|
||||
},
|
||||
"inbounds": [
|
||||
{
|
||||
"type": "call",
|
||||
"tag": "call-in",
|
||||
"platform": "dion",
|
||||
"read_buffer": 32768,
|
||||
"cookies": [
|
||||
{ "name": "vc-refresh-token", "value": "" }
|
||||
],
|
||||
// optional: re-login if refresh cookie fails
|
||||
"email": "",
|
||||
"password": "",
|
||||
// empty = create new call
|
||||
"join_link": ""
|
||||
}
|
||||
],
|
||||
"outbounds": [
|
||||
{ "type": "direct", "tag": "direct" }
|
||||
],
|
||||
"route": {
|
||||
"final": "direct",
|
||||
"default_domain_resolver": "default",
|
||||
"auto_detect_interface": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user