Categorygithub.com/getlantern/kindling
repositorypackage
0.0.0-20250219035442-5715bed53c10
Repository: https://github.com/getlantern/kindling.git
Documentation: pkg.go.dev

# README

Kindling

Library using a series of techniques to send and receive small amounts of data through censoring firewalls.

Example

k := kindling.NewKindling(
    kindling.WithLogWriter(os.Stdout),
    kindling.WithDomainFronting("https://url-with-gzipped-domain-fronting-config"),
    kindling.WithProxyless("example.com"),
    //kindling.WithDoHTunnel(),
    //kindling.WithPushNotifications(),
)
httpClient := k.NewHTTPClient()