dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

clientFrontends.go (97B)


      1 package clientFrontends
      2 
      3 type ClientFrontend int
      4 
      5 const (
      6 	TorClientFE = iota + 1
      7 	I2PClientFE
      8 )