Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigel Warren authored and Nigel Warren committed Apr 8, 2014
2 parents c943096 + 694ca46 commit 3fc9ca8
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,15 @@ If you want to see the java source for the WriteTake example look in the src
directory. There are many examples in here of how to use the server via the
java bindings.

Now you are flying.

### Proxies

If you are using the FlyFinder class to discover the Fly Server certain proxy
configurations may cause problems with the discovery. It may help to set the
following configs in your java client before using the FlyFinder.

```
System.setProperty("socksProxyHost", "");
System.setProperty("socksProxyPort", "");
```

0 comments on commit 3fc9ca8

Please sign in to comment.