https://github.com/notpeter/dante
Dante SOCKS Proxy - Server and Client for UNIX
https://github.com/notpeter/dante
Last synced: about 1 year ago
JSON representation
Dante SOCKS Proxy - Server and Client for UNIX
- Host: GitHub
- URL: https://github.com/notpeter/dante
- Owner: notpeter
- Created: 2015-02-05T20:57:17.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-10-19T01:05:59.000Z (over 1 year ago)
- Last Synced: 2025-03-29T12:03:55.555Z (about 1 year ago)
- Language: C
- Size: 4.7 MB
- Stars: 122
- Watchers: 7
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Dante - a SOCKS client and server implementation for UNIX
(c) Inferno Nettverk A/S, Norway.
[https://www.inet.no/dante/](https://www.inet.no/dante/)
This is an unofficial mirror, I (@notpeter) make no claim of copyright
or authorship on this work. Please see [LICENSE](dante/LICENSE) file for more information.
* Unofficial git repo: [github.com/notpeter/dante](https://github.com/notpeter/dante).
* Official Distribution: [inet.no/dante](https://www.inet.no/dante/)
## Highlights:
* 24/7 support available from the people who wrote it and know it best.
* Liberal BSD/CMU-type license.
* Advanced access control mechanisms.
* Extensive logging possibilities.
* Supports GSS-API (Kerberos) based authentication and strong encryption.
* Supports server-chaining (currently only for TCP connect).
* Integrates with LDAP and Active Directory (via LDAP module).
* Bandwidth management (via Bandwidth module).
* Port control and redirection support (via Redirect module).
* Compatible with Bloomberg clients.
* Can socksify most programs at runtime without requiring recompilation.
## Documentation:
* [Dante 1.4.x Docs](https://www.inet.no/dante/doc/1.4.x/index.html)
* [Dante 1.3.x Docs](https://www.inet.no/dante/doc/1.3.x/index.html)
* [Dante 1.2.x Docs](https://www.inet.no/dante/doc/1.2.x/index.html)
* [Frequently Asked Questions](https://www.inet.no/dante/doc/faq.html)
## Other links:
* [Commercial Support](https://www.inet.no/dante/support.html)
* [Mailing Lists](https://www.inet.no/dante/lists.html)
* [Commercial Modules](https://www.inet.no/dante/module.html) - Bandwidth Control, Redirect, LDAP
* [Survey](https://www.inet.no/dante/survey.html)
-----
Note: This is an unofficial copy of the Dante source which I've imported into a git repository.
I've imported history going back to Dante 0.90.0 using a
[simple script](https://gist.github.com/notpeter/71b3e2e422708544600b) to automate the process.