Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrecco/docker-dante
Own image for dante SOCKS proxy
https://github.com/mrecco/docker-dante
Last synced: 23 days ago
JSON representation
Own image for dante SOCKS proxy
- Host: GitHub
- URL: https://github.com/mrecco/docker-dante
- Owner: MrEcco
- Created: 2019-04-15T10:33:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-15T10:37:01.000Z (over 5 years ago)
- Last Synced: 2024-10-12T01:09:15.452Z (about 1 month ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dante
Just all-in-one build with libpam, libgss, libkrb5 and libupnp abilities.
## Configuration
### No auth
Just use this setting in sockd.conf:
```bash
socksmethod: none
```### Username auth
Define in sockd.conf:
```bash
socksmethod: username
```... and add users in container:
```bash
useradd -s /bin/false -Md /unexist -p
```