blob: b3318ec4304d4957c5a87cc1309050eada43f8e9 (
plain)
1
2
3
4
5
6
7
8
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`.
|