diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/test-float.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/test-float.rst b/docs/test-float.rst new file mode 100644 index 0000000..b3318ec --- /dev/null +++ b/docs/test-float.rst @@ -0,0 +1,9 @@ +Testing float deployments +========================= +You can quickly brand the client for test float instances.:: + + export PROVIDER=floatdemo + make vendor && make build + build/qt/release/floatdemo-vpn + +If your test instance is not there, just add it to `providers/vendor.conf`. |