Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@JohnGu9 JohnGu9 released this 22 Nov 01:09
· 4 commits to main since this release

Alarm

The bins come with builtin ssl cert and key.
If you just use them in a trusted local network, they're good to go (ignore the web browser warning).
In other situations, you should provide your own ssl cert and key if you don't want others know your system network information.

network_view --certificate <YOUR_SSL_CERT_PATH> --private-key <YOUR_SSL_KEY_PATH> --listen-address 0.0.0.0:443

Run requirement

  • Linux: libpcap installed
  • macOS: nothing
  • Windows: You must have WinPcap or npcap installed (tested with version WinPcap 4.1.3) (If using npcap, make sure to install with the "Install Npcap in WinPcap API-compatible Mode")