{ "log": { "level": "info", "timestamp": true }, "inbounds": [ { "type": "http", "tag": "http-proxy", "listen": "0.0.0.0", "listen_port": 8080, "users": [ { "username": "windy", "password": "REPLACE_WITH_openssl_rand_hex_32" } ] } ], "outbounds": [ { "type": "direct", "tag": "direct" } ], "route": { "final": "direct" } }