Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```