github.com/haraldrudell/parl@v0.4.176/pnet/vpn.go (about)

     1  /*
     2  © 2023–present Harald Rudell <harald.rudell@gmail.com> (https://haraldrudell.github.io/haraldrudell/)
     3  ISC License
     4  */
     5  
     6  package pnet
     7  
     8  import "net/netip"
     9  
    10  var IPv4VpnPrefix = netip.MustParsePrefix("0.0.0.0/1")
    11  var IPv6VpnPrefix = netip.MustParsePrefix("::/3")