
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
github.com/dengqiao/go-http-proxy-server
dengqiao/go-http-proxy-server` is a http reverse proxy server write with golang,based on json config
http-proxy-server is write with golang,so you'll want to have golang installed as well
$ git clone https://github.com/dengqiao/go-http-proxy-server.git
cp go-http-proxy-server to your gopath
cd gopath/go-http-proxy-server
go build
./go-http-proxy-server //if first run,will generate config template
vi config.json
update content example
{
"Upstreams":[
{
"Name":"test",
"Hosts":["http://localhost:8888","http://localhost:8080"],
"CheckUrl":"/aliveCheck"
}
],
"Services":[
{
"UpstreamName":"test",
"PathPrefix":"/test"
}
]
}
cd go-http-proxy-server
./go-http-proxy-server --help
./go-http-proxy-server --port=8888 --proxy_connection_timeout=5
--proxy_timeout=30 --proxy_buffer_size=8192
access http://ip:port/status get proxy server status
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.