github cncjs/cncjs v1.8.2

latest releases: v1.10.3, v1.10.2, v1.10.1...
7 years ago
  • Adds a command-line option that allows remote access to the server (5fc8e1f, #48)

    $ cnc --allow-remote-access

    Default whitelist:

    ## IPv4 reserved space
    127.0.0.0/8 # loopback addresses to the local host
    10.0.0.0/8 # Private network
    172.16.0.0/12 # Private network
    192.168.0.0/16 # Private network
    169.254.0.0/16 # Link-local address
    
    ## IPv4 mapped IPv6 address
    ::ffff:10.0.0.0/8
    ::ffff:127.0.0.0/8
    ::ffff:172.16.0.0/12
    ::ffff:192.168.0.0/16
    
    ## IPv6 reserved space
    ::1/128 # loopback address to the local host
    fc00::/7 # Unique local address
    fe80::/10 # Link-local address
    
  • Fixes a bug of displaying wrong server address when the -H option is specified (05cc514)

  • Updates uuid to version 3.0.0 (Merge PR #95)

Don't miss a new cncjs release

NewReleases is sending notifications on new releases.