yinghuocho / firefly-proxy

A proxy software to help circumventing the Great Firewall.
BSD 2-Clause "Simplified" License
4.87k stars 876 forks source link

Firefly Server #34

Open gvsurenderreddy opened 8 years ago

gvsurenderreddy commented 8 years ago

Hello sir, How can I use my server with Firefly Client.Can please let me know

yinghuocho commented 8 years ago

Server deployment is mostly straightforward. Just put the compiled server executable on your machine. If you want use a CDN as front, you can sign up with a CDN, and config a mapping between a CDN domain and your machine.

Client reads server URL and domain from resources/meektunnels.txt. If you setup your own server. You will need to updateresources/meektunnels.txtto use your server's URL and domain, then use tarfs -pkg main resources > resources.go to generate updated resource file, then compile the client.

I should write a tutorial, but I don't have enough time right now ...