dockerfiles/rinetd
kev 09c50fd29f update rinetd 2018-02-06 18:21:49 +08:00
..
data update rinetd 2018-02-06 18:21:49 +08:00
Dockerfile add rinetd 2018-02-06 18:08:53 +08:00
README.md update rinetd 2018-02-06 18:21:49 +08:00
docker-compose.yml add rinetd 2018-02-06 18:08:53 +08:00

rinetd

rinetd is used to efficiently redirect connections from one IP address/port combination to another. It is useful when operating virtual servers, firewalls and the like.

docker-compose.yml

rinetd:
  image: vimagick/rinetd
  volumes:
    - ./data:/etc/rinetd
  net: host
  restart: always

up and running

$ docker-compose up -d
$ dig @127.0.0.1 -p 5353 google.com +short
$ docker-compose logs