Last active
December 19, 2022 06:33
-
-
Save bitcoinvps/786aa04e10479f3dedaa994cbb3d7c05 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| { | |
| "type": "mixed", | |
| "tag": "mixed-in", | |
| "listen": "127.0.0.1", | |
| "listen_port": 1080, | |
| "tcp_fast_open": true, | |
| "sniff": true, | |
| "sniff_override_destination": true, | |
| "users": [{ | |
| "username": "admin", | |
| "password": "admin" | |
| }], | |
| "set_system_proxy": false | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment