From 92950f1ba2632cf2a591d537bfeedadf450a013b Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Tue, 27 May 2014 20:18:33 +0200 Subject: New release --- docs/fapi.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'docs/fapi.txt') diff --git a/docs/fapi.txt b/docs/fapi.txt index 8dea5c9..85e6028 100644 --- a/docs/fapi.txt +++ b/docs/fapi.txt @@ -159,9 +159,17 @@ EXAMPLES Examples: - # Auto resolving of the virtual address (IP) and auto port 80 + # Auto resolving of the virtual address (IP) and auto port 80. The vserver + # name will have added an automatic _PORT suffix to it's name. fapi vserver fqdn.example.com create + # Or just ignore the auto port, will not add any _PORT suffix to the + # vserver name. + fapi -a .... + + # Example: + fapi -a vserver fqdn.example.com_ssl create + # Auto resolving of the virtual address (IP) fapi vserver fqdn.example.com:443 create -- cgit v1.2.3