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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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(nil, nil),
    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