summaryrefslogtreecommitdiffstats
path: root/dnbd3-server.conf
diff options
context:
space:
mode:
authorJohann Latocha2012-02-02 01:13:50 +0100
committerJohann Latocha2012-02-02 01:13:50 +0100
commit37e4ed696b77455a738fa948b93498c8740721bc (patch)
tree14306f376ef7132d2cac1624e3aafa8dbba035b0 /dnbd3-server.conf
parent[SERVER] Close all client sockets on shutdown (diff)
downloaddnbd3-37e4ed696b77455a738fa948b93498c8740721bc.tar.gz
dnbd3-37e4ed696b77455a738fa948b93498c8740721bc.tar.xz
dnbd3-37e4ed696b77455a738fa948b93498c8740721bc.zip
[SERVER] Parsing config file with glib
[KERNEL] Bugfixes [CLIENT] Using vid and rid
Diffstat (limited to 'dnbd3-server.conf')
-rw-r--r--dnbd3-server.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/dnbd3-server.conf b/dnbd3-server.conf
new file mode 100644
index 0000000..4a8ec03
--- /dev/null
+++ b/dnbd3-server.conf
@@ -0,0 +1,25 @@
+# This is a sample configuration file for dnbd3-server.conf
+
+[Ubuntu 10.04]
+file=/home/jjl/Data/ISOs/Ubuntu/ubuntu-10.04.3-desktop-i386.iso
+servers=132.230.4.29;132.230.4.50
+vid=1
+rid=3
+
+[Ubuntu 10.10]
+file=/home/jjl/Data/ISOs/Ubuntu/ubuntu-10.10-desktop-i386.iso
+servers=132.230.4.29;132.230.4.50
+vid=2
+rid=1
+
+[Ubuntu 11.04]
+file=/home/jjl/Data/ISOs/Ubuntu/ubuntu-11.04-desktop-i386.iso
+servers=132.230.4.29;132.230.4.50
+vid=3
+rid=1
+
+[Ubuntu 11.10]
+file=/home/jjl/Data/ISOs/Ubuntu/ubuntu-11.10-desktop-i386.iso
+servers=132.230.4.29;132.230.4.50
+vid=4
+rid=1