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 --- README.pod | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'README.pod') diff --git a/README.pod b/README.pod index 4d3429d..9b3c564 100644 --- a/README.pod +++ b/README.pod @@ -174,9 +174,17 @@ by a port: 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 @@ -199,6 +207,7 @@ Examples: # vserver name is 1.2.3.5, its virtual address 1.2.3.4 and port is 80 fapi vserver 1.2.3.5:1.2.3.4:80 create + Similar may apply to other object types such as nodes and vips. =head1 AUTHOR -- cgit v1.2.3