diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-11-23 15:57:06 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-11-23 15:57:06 -0800 |
commit | 8718b33a668f1070e3c4312b91d4aa5ce0603eaf (patch) | |
tree | 313a35b9b55b5a03e7cc215f9c0c93ad3664de51 /service | |
parent | 27f1155f1b2e7bbd61336837498d098b9e4f4a8d (diff) | |
download | infinitytier-8718b33a668f1070e3c4312b91d4aa5ce0603eaf.tar.gz infinitytier-8718b33a668f1070e3c4312b91d4aa5ce0603eaf.zip |
docs
Diffstat (limited to 'service')
-rw-r--r-- | service/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/service/README.md b/service/README.md index 45f06fcf..d80b5b6d 100644 --- a/service/README.md +++ b/service/README.md @@ -52,6 +52,7 @@ A *jsonp* URL argument may be supplied to request JSONP encapsulation. A JSONP r | worldTimestamp | integer | Timestamp of most recent world definition | no | | online | boolean | If true at least one upstream peer is reachable | no | | tcpFallbackActive | boolean | If true we are using slow TCP fallback | no | +| relayPolicy | string | Relay policy: ALWAYS, TRUSTED, or NEVER | no | | versionMajor | integer | Software major version | no | | versionMinor | integer | Software minor version | no | | versionRev | integer | Software revision | no | |