commit cbac8c467e061d5efc13c2029d9bbe443dcc8ce9 Author: David Fifield david@bamsoftware.com Date: Wed Mar 15 11:37:19 2017 -0700
Remove some instances of the defunct meek-reflect.appspot.com.
Some others are used in examples and will need to be reworked. --- README | 4 +--- meek-client/torrc | 1 - 2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/README b/README index b042827..1c7bd7a 100644 --- a/README +++ b/README @@ -41,9 +41,7 @@ Here is a summary of the programs that appear in subdirectories.
appengine: Reflector web app that runs on Google App Engine. The reflector simply -copies requests and responses to an instance of meek-server somewhere. A -public instance of the App Engine web app is at -https://meek-reflect.appspot.com/. +copies requests and responses to an instance of meek-server somewhere.
firefox: Browser extension for TLS camouflage. diff --git a/meek-client/torrc b/meek-client/torrc index 0172308..dcac2f0 100644 --- a/meek-client/torrc +++ b/meek-client/torrc @@ -4,7 +4,6 @@ UseBridges 1 # Socks5Proxy localhost:1080 # HTTPSProxy localhost:8080
-Bridge meek 0.0.2.0:1 url=https://meek-reflect.appspot.com/ front=www.google.com Bridge meek 0.0.2.0:2 url=https://d2zfqthxsdq309.cloudfront.net/ front=a0.awsstatic.com Bridge meek 0.0.2.0:3 url=https://meek.azureedge.net/ front=ajax.aspnetcdn.com ClientTransportPlugin meek exec ./meek-client --log meek-client.log
tor-commits@lists.torproject.org