diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-09 15:12:05 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-09 15:12:05 -0700 |
commit | c9295a588389d5f8e017f2784a55166c46a641f4 (patch) | |
tree | 80e37754ae8153d541227a4e8ebc4f643c6f9997 /examples | |
parent | aec13b50fdbb210e25c9bcfcb8f902da842ac65f (diff) | |
download | infinitytier-c9295a588389d5f8e017f2784a55166c46a641f4.tar.gz infinitytier-c9295a588389d5f8e017f2784a55166c46a641f4.zip |
.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/api/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/api/README.md b/examples/api/README.md index 8b6d9633..50b1b65e 100644 --- a/examples/api/README.md +++ b/examples/api/README.md @@ -18,3 +18,9 @@ After POSTing you can double check the network config with: curl -H 'X-ZT1-Auth:AUTHTOKEN' http://127.0.0.1:9993/controller/network/################ Once this network is created (and if your controller is online, etc.) you can then join this network from any device anywhere in the world and it will receive a valid network configuration. + +--- + +**public.json**: A valid configuration for a public network that allows IPv4 and IPv6 traffic. + +**circuit-test-pingpong.json**: An example circuit test that can be posted to /controller/network/################/test to order a test -- you will have to edit this to insert the hops you want since the two hard coded device IDs are from our own test instances. |