9 Commits

Author SHA1 Message Date
ValdikSS
b750cefb00 Implement promiscuous (dumb) mode by binding port on outgoing socket
This mode is useful for services which cannot handle multiple clients.
Also useful for NAT traversal.

All outgoing packets would be transmitted from a single "client" (UDP port).
Moreover, only one (latest) proxy client receives the reply.
2017-04-13 01:02:07 +03:00
T.v.Dein
3573e2f5c6 Merge pull request #4 from ValdikSS/bufferoverflows
Fix buffer overflows in argument parser
2017-04-12 20:49:27 +02:00
ValdikSS
9af1b201f6 Fix buffer overflows in argument parser 2017-04-12 20:50:36 +03:00
ValdikSS
b244ff9313 Check for dstip before using it. Fixes #1. 2017-04-12 19:31:15 +03:00
TLINDEN
019c055e56 tab => spc, year++ 2016-09-22 21:37:30 +02:00
git@daemon.de
e8d40a7dc5 changed -d to -t; -d is now for daemonizing, removed -f; drop privileges if run as root and in daemon mode and chroot 2015-04-27 14:04:57 +02:00
git@daemon.de
aa4e941e53 ipv6 works now as well, added fork, added syslog 2015-04-26 13:26:37 +02:00
git@daemon.de
e56848c4d1 forgot 2015-04-24 22:03:50 +02:00
TLINDEN
544bb68bd0 initial commit 2015-04-21 20:09:12 +02:00