Update http.js

This commit is contained in:
Namhyeon Go 2024-09-21 14:12:39 +09:00 committed by GitHub
parent 05874f90e5
commit 13cb1da59d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,6 +32,12 @@ var AVAILABLE_PROXIES = [
"provider": "gnh1201/caterpillar",
"url": "http://localhost:5555",
"documentation": "https://github.com/gnh1201/caterpillar"
},
{
"type": "stateful",
"provider": "cloudflare",
"url": "http://localhost:40000",
"documentation": "https://developers.cloudflare.com/warp-client/warp-modes/"
}
];