Skip to content

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

License

Notifications You must be signed in to change notification settings

getlantern/kindling

Repository files navigation

Kindling

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

Example

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages