Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Fix example.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Jan 31, 2015
1 parent 12fc68a commit 9e43c1d
Showing 1 changed file with 20 additions and 22 deletions.
42 changes: 20 additions & 22 deletions manuals/en/main/config/FdClientFDAddresses1.conf
@@ -1,22 +1,20 @@
\begin{verbatim}
FDAddresses = {
ip = { addr = 1.2.3.4; port = 1205; }
ipv4 = {
addr = 1.2.3.4; port = http; }
ipv6 = {
addr = 1.2.3.4;
port = 1205;
}
ip = {
addr = 1.2.3.4
port = 1205
}
ip = { addr = 1.2.3.4 }
ip = {
addr = 201:220:222::2
}
ip = {
addr = bluedot.thun.net
}
}
\end{verbatim}
FDAddresses = {
ip = { addr = 1.2.3.4; port = 1205; }
ipv4 = {
addr = 1.2.3.4; port = http; }
ipv6 = {
addr = 1.2.3.4;
port = 1205;
}
ip = {
addr = 1.2.3.4
port = 1205
}
ip = { addr = 1.2.3.4 }
ip = {
addr = 201:220:222::2
}
ip = {
addr = bluedot.thun.net
}
}

0 comments on commit 9e43c1d

Please sign in to comment.