Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a1b59fa

Browse files
committedJul 15, 2015
Merge pull request getlantern#2738 from getlantern/issue2737
Make fronted servers trusted by default closes #2737
2 parents 80d7dc5 + a67776a commit a1b59fa

File tree

1 file changed

+1
-0
lines changed
  • src/github.com/getlantern/flashlight/config

1 file changed

+1
-0
lines changed
 

‎src/github.com/getlantern/flashlight/config/config.go

+1
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ func (cfg *Config) applyClientDefaults() {
280280
MaxMasquerades: 20,
281281
QOS: 10,
282282
Weight: 4000,
283+
Trusted: true,
283284
},
284285
}
285286

0 commit comments

Comments
 (0)
Please sign in to comment.