dndx / phantun

Transforms UDP stream into (fake) TCP streams that can go through Layer 3 & Layer 4 (NAPT) firewalls/NATs.
Apache License 2.0
1.66k stars 133 forks source link

[Feature Request] Detail Logs #88

Closed Handsome1080P closed 1 year ago

Handsome1080P commented 1 year ago

Can add timestamp to logs?More details handshake fail logs.I wanna use fail2ban to catch unauthorized connections and ban them.

dndx commented 1 year ago

This is not very necessary. Normal TCP client can not possibly establish TCP connection with Phantun so there is no risk of being probed by random scanners. For timestamps, you can use systemd and journalctl which already provides detailed timestamp for all log lines.

Handsome1080P commented 1 year ago

This is not very necessary. Normal TCP client can not possibly establish TCP connection with Phantun so there is no risk of being probed by random scanners. For timestamps, you can use systemd and journalctl which already provides detailed timestamp for all log lines.

Got it thx