summaryrefslogtreecommitdiff
path: root/README.pod
diff options
context:
space:
mode:
authorPaul C. Buetow <paul@buetow.org>2014-04-22 20:40:31 +0200
committerPaul C. Buetow <paul@buetow.org>2014-04-22 20:40:31 +0200
commit0f10a9c86027f344ac79315d4d841af3123facfe (patch)
tree4b2639d332ddb1f84204a3eab5aa081c872e0ea8 /README.pod
parenta6c88d1f66ea2679818727cf66bb8765949f7bb3 (diff)
New release
Diffstat (limited to 'README.pod')
-rw-r--r--README.pod12
1 files changed, 8 insertions, 4 deletions
diff --git a/README.pod b/README.pod
index 5e14983..3e50e1f 100644
--- a/README.pod
+++ b/README.pod
@@ -59,13 +59,13 @@ L<https://devcentral.f5.com/wiki/icontrol.apireference.ashx>
Update your sources list:
curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add -
- echo 'deb http://deb.buetow.org/apt wheezy main' > \
- /etc/apt/sourcees.list.d/buetoworg.list
- aptitude update
+ echo deb http://deb.buetow.org/apt wheezy main |
+ sudo tee /etc/apt/sourcees.list.d/buetoworg.list
+ sudo aptitude update
And run
- aptitude install fapi
+ sudo aptitude install fapi
cp /usr/share/fapi/fapi.conf.sample ~/.fapi.conf
vim ~/.fapi.conf
@@ -168,6 +168,10 @@ Examples:
# vserver name is foo, its virtual address 1.2.3.4 and port is 80
f vserver foo:1.2.3.4:80 create
+ # vserver name is 1.2.3.5, its virtual address 1.2.3.4 and port is 80
+ f 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