Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 813 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 813 Bytes

Package proxydial provides a safer equivalent to Go's builtin net.Dial, that you can use if you're acting as a proxy (or in any way making http requests to URLs you don't trust).

It prevents connections to internal IP addresses, which can cause severe vulnerabilities.

Installation

go get github.com/superhuman/proxydial

Usage

See GoDoc for usage documentation.

License

proxydial is made available under the MIT license. See LICENSE.mit for details.

Meta-fu

Bug reports and feature requests are welcome. If you think you've found a security vulnerability, please email me directly.