Skip to content

Commit

Permalink
Merge pull request #112 from getlantern/peerfix
Browse files Browse the repository at this point in the history
Removed peers
  • Loading branch information
aranhoide committed Mar 3, 2015
2 parents 951ff16 + 8d88165 commit 9a9e6e2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
8 changes: 0 additions & 8 deletions src/github.com/getlantern/flashlight/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,14 +272,6 @@ func (cfg *Config) applyClientDefaults() {
MaxMasquerades: 20,
QOS: 10,
Weight: 4000,
}, &client.FrontedServerInfo{
Host: "peers.getiantem.org",
Port: 443,
PoolSize: 30,
MasqueradeSet: cloudflare,
MaxMasquerades: 20,
QOS: 2,
Weight: 80,
})
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ client:
maxmasquerades: 20
qos: 10
weight: 4000
- host: peers.getiantem.org
port: 443
poolsize: 30
masqueradeset: "cloudflare"
maxmasquerades: 20
qos: 2
weight: 80
masqueradesets:
cloudflare:{{range .masquerades}}
- domain: {{.Domain}}
Expand Down
Binary file modified src/github.com/getlantern/lantern-ui/dist/img/favicon.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9a9e6e2

Please sign in to comment.