Created
July 21, 2024 18:33
-
-
Save vcheckzen/afaed52f7fca88994d62fa4653f44f1c to your computer and use it in GitHub Desktop.
SingBox Http Client
This file contains 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
{ | |
"inbounds": [ | |
{ | |
"type": "mixed", | |
"listen": "::", | |
"listen_port": 10000 | |
} | |
], | |
"outbounds": [ | |
{ | |
"type": "http", | |
"server": "183.240.98.84", | |
"server_port": 443, | |
"headers": { | |
"X-T5-Auth": "683556433", | |
"Host": "153.3.236.22:443", | |
"User-Agent": "okhttp/3.11.0 Dalvik/2.1.0 (Linux; U; Android 11; Redmi K30 5G Build/RKQ1.200826.002) baiduboxapp/11.0.5.12 (Baidu; P1 11)" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment