Mekong Tunnel Logo
MEKONG
v1.4.6

v1.4.6

View on GitHub

What's in this release

v1.4.6 is the daemon management release.


New

  • Added mekong logs to print daemon log output from ~/.mekong/mekong.log
  • Added mekong logs -f to follow daemon logs live like docker logs -f
  • Added per-port log filtering with mekong logs 3000 and mekong logs -f 3000
  • Added specific stop by port with mekong stop 3000
  • Added mekong stop --all to stop all daemon tunnels
  • mekong status now shows per-port daemon state and PID info
  • Stopping a daemon tunnel clears old log lines for that port
  • mekong stop --all clears the daemon log file

Frontend / docs impact

  • Add logs actions for daemon tunnels: View logs and Follow logs
  • Add port-scoped actions: View logs for this port, Follow logs for this port, Stop tunnel
  • Keep wording clear that logs are filtered by local port
  • Note that old logs are cleared when that tunnel is stopped
  • Bump install and download links to v1.4.6

Example commands

mekong -d 3000
mekong logs 3000
mekong logs -f 3000
mekong status 3000
mekong stop 3000
 
mekong logs
mekong logs -f
mekong status
mekong stop --all