mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-14 04:10:00 +00:00
docs/run-an-instance: fix tiktok device info sample
Signed-off-by: wukko <me@wukko.me>
This commit is contained in:
parent
36c697cc5f
commit
a86482b894
1 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ sudo service nscd start
|
|||
you need to get your own device info for tiktok functionality to work. this can be done by proxying the app through any request-intercepting proxy (such as [mitmproxy](https://mitmproxy.org)). you need to disable ssl pinning to see requests. there will be no assistance provided by cobalt for this.
|
||||
|
||||
example config (replace **ALL** values with ones you got from mitm):
|
||||
```json
|
||||
```
|
||||
'{
|
||||
"iid": "<install_id here>",
|
||||
"device_id": "<device_id here>",
|
||||
|
|
Loading…
Reference in a new issue