| 1 | <?xml version="1.0" encoding="utf-8" ?> |
|---|
| 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|---|
| 3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
|---|
| 4 | <head> |
|---|
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|---|
| 6 | <meta name="generator" content="Docutils 0.5: http://docutils.sourceforge.net/" /> |
|---|
| 7 | <title></title> |
|---|
| 8 | <link rel="stylesheet" href="../css/bep.css" type="text/css" /> |
|---|
| 9 | </head> |
|---|
| 10 | <body> |
|---|
| 11 | <div class="document"> |
|---|
| 12 | |
|---|
| 13 | <div id="upper" class="clear"> |
|---|
| 14 | <div id="wrap"> |
|---|
| 15 | <div id="header"> |
|---|
| 16 | <h1><a href="../index.html">BitTorrent<span>.org</span></a></h1> |
|---|
| 17 | </div> |
|---|
| 18 | <div id="nav"> |
|---|
| 19 | <ul> |
|---|
| 20 | <li><a href="../index.html">Home</a></li> |
|---|
| 21 | <li><a href="../introduction.html">For Users</a></li> |
|---|
| 22 | <li><a href="bep_0000.html"><span>For Developers</span></a></li> |
|---|
| 23 | <!-- <li><a href="./blog">Blog</a></li> --> |
|---|
| 24 | <li><a href="http://forum.bittorrent.org"> Forums </li> |
|---|
| 25 | <li><a href="../donate.html">Donate!</a></li> |
|---|
| 26 | </ul> |
|---|
| 27 | </div> <!-- nav --> |
|---|
| 28 | <!-- ### Begin Content ### --> |
|---|
| 29 | <div id="second"> |
|---|
| 30 | |
|---|
| 31 | |
|---|
| 32 | |
|---|
| 33 | <table class="rfc2822 docutils field-list" frame="void" rules="none"> |
|---|
| 34 | <col class="field-name" /> |
|---|
| 35 | <col class="field-body" /> |
|---|
| 36 | <tbody valign="top"> |
|---|
| 37 | <tr class="field"><th class="field-name">BEP:</th><td class="field-body">22</td> |
|---|
| 38 | </tr> |
|---|
| 39 | <tr class="field"><th class="field-name">Title:</th><td class="field-body">BitTorrent Local Tracker Discovery Protocol</td> |
|---|
| 40 | </tr> |
|---|
| 41 | <tr class="field"><th class="field-name">Version:</th><td class="field-body">11136</td> |
|---|
| 42 | </tr> |
|---|
| 43 | <tr class="field"><th class="field-name">Last-Modified:</th><td class="field-body"><a class="reference external" href="http://bittorrent.org/trac/browser/dotorg/trunk/html/beps/bep_0022.rst">2008-08-12 22:10:10 -0700 (Tue, 12 Aug 2008)</a></td> |
|---|
| 44 | </tr> |
|---|
| 45 | <tr class="field"><th class="field-name">Author:</th><td class="field-body">David Harrison <dave at bittorrent.com>, Stanislav Shalunov <shalunov at bittorrent.com>, Greg Hazel <greg at bittorrent.com></td> |
|---|
| 46 | </tr> |
|---|
| 47 | <tr class="field"><th class="field-name">Status:</th><td class="field-body">Draft</td> |
|---|
| 48 | </tr> |
|---|
| 49 | <tr class="field"><th class="field-name">Type:</th><td class="field-body">Standards track</td> |
|---|
| 50 | </tr> |
|---|
| 51 | <tr class="field"><th class="field-name">Content-Type:</th><td class="field-body"><a class="reference external" href="http://www.bittorrent.org/beps/bep-0012">text/x-rst</a></td> |
|---|
| 52 | </tr> |
|---|
| 53 | <tr class="field"><th class="field-name">Created:</th><td class="field-body">12-May-2008</td> |
|---|
| 54 | </tr> |
|---|
| 55 | <tr class="field"><th class="field-name">Post-History:</th><td class="field-body"></td> |
|---|
| 56 | </tr> |
|---|
| 57 | </tbody> |
|---|
| 58 | </table> |
|---|
| 59 | <hr /> |
|---|
| 60 | <div class="contents topic" id="contents"> |
|---|
| 61 | <p class="topic-title first">Contents</p> |
|---|
| 62 | <ul class="simple"> |
|---|
| 63 | <li><a class="reference internal" href="#motivation" id="id10">Motivation</a></li> |
|---|
| 64 | <li><a class="reference internal" href="#the-discovery-mechanism" id="id11">The Discovery Mechanism</a></li> |
|---|
| 65 | <li><a class="reference internal" href="#iterative-queries" id="id12">Iterative Queries</a></li> |
|---|
| 66 | <li><a class="reference internal" href="#network-address-translators" id="id13">Network Address Translators</a></li> |
|---|
| 67 | <li><a class="reference internal" href="#example" id="id14">Example</a></li> |
|---|
| 68 | <li><a class="reference internal" href="#references" id="id15">References</a></li> |
|---|
| 69 | <li><a class="reference internal" href="#copyright" id="id16">Copyright</a></li> |
|---|
| 70 | </ul> |
|---|
| 71 | </div> |
|---|
| 72 | <div class="section" id="motivation"> |
|---|
| 73 | <h1>Motivation</h1> |
|---|
| 74 | <p>Some Internet Service Providers (ISPs) may wish to localize traffic |
|---|
| 75 | to reduce transit costs, reduce internal traffic, and improve user |
|---|
| 76 | experience by speeding up downloads.</p> |
|---|
| 77 | <p>With this extension, BitTorrent clients are able to discover a tracker |
|---|
| 78 | nearby on the network, and via this tracker discover nearby caches or |
|---|
| 79 | peers. A cache may simply be a fast peer in the middle of the network. It |
|---|
| 80 | might also have substantial disk space. The client communicates with a |
|---|
| 81 | cache using the normal BitTorrent protocol.</p> |
|---|
| 82 | <p>When a cache is present, the user benefits from having a high capacity |
|---|
| 83 | peer from which the user's client downloads and to which it can |
|---|
| 84 | delegate seeding. When a cache inside the user's ISP network seeds on |
|---|
| 85 | behalf of the client, it frees upstream capacity in the user's access |
|---|
| 86 | network benefiting the user and those that share the access network. |
|---|
| 87 | When subsequent peers transfer from their ISP's cache, the ISP |
|---|
| 88 | experiences less transit traffic.</p> |
|---|
| 89 | <p>The scope of this BEP is limited to the local tracker discovery |
|---|
| 90 | process. Extensions to the BitTorrent protocol suite to delegate |
|---|
| 91 | seeding or improve cache performance are beyond the scope of this BEP.</p> |
|---|
| 92 | <p>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL |
|---|
| 93 | NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and |
|---|
| 94 | "OPTIONAL" in this document are to be interpreted as described in |
|---|
| 95 | IETF <a class="reference external" href="http://www.faqs.org/rfcs/rfc2119.html">RFC 2119</a> <a class="footnote-reference" href="#rfc-2119" id="id1">[5]</a>.</p> |
|---|
| 96 | <p>Client implementation of local tracker discovery is OPTIONAL. Clients |
|---|
| 97 | MUST NOT announce private torrents to a local tracker. It is |
|---|
| 98 | RECOMMENDED that clients provide a user option for turning off local |
|---|
| 99 | tracker discovery. Local tracker discovery MAY be off by default. |
|---|
| 100 | Clients MAY automatically turn off caching if the performance benefit |
|---|
| 101 | is not obvious. Determining obviousness is beyond the scope of this |
|---|
| 102 | BEP.</p> |
|---|
| 103 | </div> |
|---|
| 104 | <div class="section" id="the-discovery-mechanism"> |
|---|
| 105 | <h1>The Discovery Mechanism</h1> |
|---|
| 106 | <p>To find the tracker for its ISP, a BitTorrent client performs a reverse |
|---|
| 107 | DNS lookup on its external IP address and then obtains the BitTorrent |
|---|
| 108 | SRV resource record associated with the host's domain name. For |
|---|
| 109 | example, a host with address 69.107.0.14 obtains the PTR record at</p> |
|---|
| 110 | <pre class="literal-block"> |
|---|
| 111 | 14.0.107.69.in-addr.arpa |
|---|
| 112 | </pre> |
|---|
| 113 | <p>The client's host IP address may not match the host's IP address as |
|---|
| 114 | seen outside the client's private network. We address this in Section |
|---|
| 115 | <a class="reference internal" href="#network-address-translators">Network Address Translators</a>.</p> |
|---|
| 116 | <p>The PTR resource record returned for this example contains domain name</p> |
|---|
| 117 | <pre class="literal-block"> |
|---|
| 118 | adsl-69-107-0-14.dsl.pltn13.pacbell.net |
|---|
| 119 | </pre> |
|---|
| 120 | <p>The client then looks up the SRV records at</p> |
|---|
| 121 | <pre class="literal-block"> |
|---|
| 122 | _bittorrent-tracker._tcp.adsl-69-107-0-14.dsl.pltn13.pacbell.net |
|---|
| 123 | </pre> |
|---|
| 124 | <p>If no SRV record is found, one or more subsequent queries take place as |
|---|
| 125 | described in <a class="reference internal" href="#iterative-queries">Iterative Queries</a>.</p> |
|---|
| 126 | <p>The target field in each returned SRV resource record contains the |
|---|
| 127 | domain name of a tracker and the port on which the tracker runs. This |
|---|
| 128 | tracker is called a <em>local tracker</em>, but the protocol to talk to this |
|---|
| 129 | tracker is no different from the standard BitTorrent tracker protocol |
|---|
| 130 | described in <a class="footnote-reference" href="#bep-3" id="id2">[1]</a>.</p> |
|---|
| 131 | <p>When the BitTorrent client joins a swarm it announces to one or more |
|---|
| 132 | of the trackers referenced in the .torrent file and announces to the |
|---|
| 133 | local tracker. The local tracker returns peers which may be caches or |
|---|
| 134 | other peers that announced the same file to the local tracker.</p> |
|---|
| 135 | <p>A client MAY treat nearby peers or caches preferentially.</p> |
|---|
| 136 | <p>Reverse DNS lookups are described in <a class="reference external" href="http://www.faqs.org/rfcs/rfc1034.html">RFC 1034</a> <a class="footnote-reference" href="#rfc-1034" id="id3">[4]</a>. |
|---|
| 137 | The SRV resource record type is described in <a class="reference external" href="http://www.faqs.org/rfcs/rfc2782.html">RFC 2782</a> <a class="footnote-reference" href="#rfc-2782" id="id4">[6]</a>.</p> |
|---|
| 138 | </div> |
|---|
| 139 | <div class="section" id="iterative-queries"> |
|---|
| 140 | <h1>Iterative Queries</h1> |
|---|
| 141 | <p>The domain name returned from the reverse DNS lookup is specific to |
|---|
| 142 | the querying host. In the naive implementation in DNS, there would be |
|---|
| 143 | one SRV resource record for every querying host. This would work but |
|---|
| 144 | is burdensome. A natural, seemingly less burdensome, but incorrect |
|---|
| 145 | solution is to use a wildcard of the form:</p> |
|---|
| 146 | <pre class="literal-block"> |
|---|
| 147 | *.pacbell.net |
|---|
| 148 | </pre> |
|---|
| 149 | <p>If wildcards are implemented according to the algorithm in section |
|---|
| 150 | 4.3.2 in <a class="footnote-reference" href="#rfc-1034" id="id5">[4]</a> then all subdomains of pacbell.net that do not |
|---|
| 151 | have an exact label match will match the wildcard. Thus unless there |
|---|
| 152 | is an exact match then queries for</p> |
|---|
| 153 | <pre class="literal-block"> |
|---|
| 154 | _bittorrent-tracker._tcp.adsl-69-107-0-14.dsl.pltn13.pacbell.net |
|---|
| 155 | </pre> |
|---|
| 156 | <p>and</p> |
|---|
| 157 | <pre class="literal-block"> |
|---|
| 158 | _jabber._tcp.pacbell.net |
|---|
| 159 | </pre> |
|---|
| 160 | <p>both match *.pacbell.net and all SRV resource records with owner |
|---|
| 161 | *.pacbell.net would be returned with the name set to the name in the |
|---|
| 162 | query. Thus it would be impossible to disambiguate Jabber from |
|---|
| 163 | BitTorrent SRV records without further information. This behavior is |
|---|
| 164 | implemented with BIND 9.4.1.</p> |
|---|
| 165 | <p>Another natural but incorrect solution is to specify domain names of |
|---|
| 166 | the type</p> |
|---|
| 167 | <pre class="literal-block"> |
|---|
| 168 | _bittorrent-tracker._tcp.*.pacbell.net |
|---|
| 169 | </pre> |
|---|
| 170 | <p>Section 4.3.3 in <a class="footnote-reference" href="#rfc-1034" id="id6">[4]</a> specifies that wildcards only appear as |
|---|
| 171 | the first label in a domain name. This restriction was lifted in |
|---|
| 172 | <a class="footnote-reference" href="#rfc-4592" id="id7">[7]</a>, but not with semantics applicable to our use case. An |
|---|
| 173 | asterisk not at the beginning of a domain name is not treated like a |
|---|
| 174 | wildcard. Only a lookup for the exact domain name</p> |
|---|
| 175 | <pre class="literal-block"> |
|---|
| 176 | _bittorrent-tracker._tcp.*.pacbell.net |
|---|
| 177 | </pre> |
|---|
| 178 | <p>matches.</p> |
|---|
| 179 | <p>We propose an alternative that avoids wildcards and allows |
|---|
| 180 | suborganizations to override SRV records provided by parent |
|---|
| 181 | organizations: the peer starts by querying using its fully-qualified |
|---|
| 182 | domain name returned from the reverse DNS lookup, and if this fails |
|---|
| 183 | then it queries again after removing the most specific (leftmost) |
|---|
| 184 | label in the domain name. For example, if no SRV records are returned |
|---|
| 185 | when querying for</p> |
|---|
| 186 | <pre class="literal-block"> |
|---|
| 187 | _bittorrent-tracker._tcp.adsl-69-107-0-14.dsl.pltn13.pacbell.net |
|---|
| 188 | </pre> |
|---|
| 189 | <p>then the client queries for</p> |
|---|
| 190 | <pre class="literal-block"> |
|---|
| 191 | _bittorrent-tracker._tcp.dsl.pltn13.pacbell.net |
|---|
| 192 | </pre> |
|---|
| 193 | <p>and then</p> |
|---|
| 194 | <pre class="literal-block"> |
|---|
| 195 | _bittorrent-tracker._tcp.pltn13.pacbell.net |
|---|
| 196 | </pre> |
|---|
| 197 | <p>The search removes one label at a time terminating when one or more |
|---|
| 198 | resource records are found or before querying the root domain or |
|---|
| 199 | top-level domains that are not ccTLDs, e.g., .com, .org, .net. We |
|---|
| 200 | avoid querying the root or top-level domains given the low likelihood |
|---|
| 201 | that caches would be defined globally, and thus clients would |
|---|
| 202 | unnecessarily burden the root domain name servers with queries |
|---|
| 203 | generating negative results. We considered stopping before querying |
|---|
| 204 | country-level domains, but a country providing public infrastructure |
|---|
| 205 | might choose to provide caches.</p> |
|---|
| 206 | </div> |
|---|
| 207 | <div class="section" id="network-address-translators"> |
|---|
| 208 | <h1>Network Address Translators</h1> |
|---|
| 209 | <p>Many hosts on the Internet sit in private networks that connect to the |
|---|
| 210 | Internet via a Network Address Translator (NAT). Such hosts may have |
|---|
| 211 | an IP address allocated from one of the private IP address ranges |
|---|
| 212 | defined by IANA, e.g., ranges with prefixes 10/8, 172.16/12, and |
|---|
| 213 | 192.168/16. When communicating with hosts outside the private |
|---|
| 214 | network, the NAT translates the private IP to a globally-routable IP |
|---|
| 215 | address. This globally-routable address is the host's <em>external IP |
|---|
| 216 | address</em>.</p> |
|---|
| 217 | <p>The BitTorrent client must use its host's external IP address. A |
|---|
| 218 | BitTorrent client MAY obtain its host's external IP either from the |
|---|
| 219 | <em>external ip</em> key returned from a tracker implementing BEP 24 |
|---|
| 220 | <a class="footnote-reference" href="#bep-24" id="id8">[3]</a> or from peers implementing the <em>yourip</em> extension defined |
|---|
| 221 | for the <em>Extension Protocol</em> proposed in <a class="footnote-reference" href="#bep-10" id="id9">[2]</a>.</p> |
|---|
| 222 | </div> |
|---|
| 223 | <div class="section" id="example"> |
|---|
| 224 | <h1>Example</h1> |
|---|
| 225 | <p>In our example, we use AT&T's PacBell network. AT&T could implement |
|---|
| 226 | tracker discovery by adding the following lines to the zone file for |
|---|
| 227 | pacbell.net,</p> |
|---|
| 228 | <pre class="literal-block"> |
|---|
| 229 | ; name ttl cls rr pri weight port target |
|---|
| 230 | _bittorrent-tracker._tcp.pacbell.net. 600 IN SRV 5 0 6969 tracker |
|---|
| 231 | </pre> |
|---|
| 232 | <p>Now when a client performs tracker discovery, it performs three DNS |
|---|
| 233 | queries removing labels before reaching the domain name pacbell.net, |
|---|
| 234 | at which point the SRV record is returned and the client queries |
|---|
| 235 | tracker.pacbell.net to obtain the domain names of caches.</p> |
|---|
| 236 | <p>In Python, the local tracker's port and domain can be obtained using |
|---|
| 237 | PyDNS using the following code:</p> |
|---|
| 238 | <pre class="literal-block"> |
|---|
| 239 | import DNS |
|---|
| 240 | |
|---|
| 241 | tlds = ["com", "net", "org"] # add more TLDs here. |
|---|
| 242 | |
|---|
| 243 | name = DNS.revlookup( "69.107.0.14" ) |
|---|
| 244 | names = name.split('.') |
|---|
| 245 | while names and names[0] not in tlds: |
|---|
| 246 | name = "_bittorrent-tracker._tcp." + ".".join(names) |
|---|
| 247 | req = DNS.Request( name=name, qtype="SRV", protocol="udp") |
|---|
| 248 | response = req.req() |
|---|
| 249 | if response.answers: |
|---|
| 250 | break |
|---|
| 251 | del names[0] |
|---|
| 252 | |
|---|
| 253 | print "response=", response.show() |
|---|
| 254 | </pre> |
|---|
| 255 | <p>which might generate output like</p> |
|---|
| 256 | <pre class="literal-block"> |
|---|
| 257 | response= ; <<>> PDG.py 1.0 <<>> _bittorrent._tcp.pacbell.net SRV |
|---|
| 258 | ;; options: recurs |
|---|
| 259 | ;; got answer: |
|---|
| 260 | ;; ->>HEADER<<- opcode 0, status NOERROR, id 0 |
|---|
| 261 | ;; flags: qr aa rd ra; Ques: 1, Ans: 1, Auth: 2, Addit: 3 |
|---|
| 262 | ;; QUESTIONS: |
|---|
| 263 | ;; _bittorrent-tracker._tcp.pacbell.net, type = SRV, class = IN |
|---|
| 264 | |
|---|
| 265 | ;; ANSWERS: |
|---|
| 266 | _bittorrent-tracker._tcp.pacbell.net 600 SRV (5, 0, 6969, 'cache.pacbell.net') |
|---|
| 267 | |
|---|
| 268 | ;; AUTHORITY RECORDS: |
|---|
| 269 | pacbell.net 86400 NS ns1.pbi.net |
|---|
| 270 | pacbell.net 86400 NS ns2.pbi.net |
|---|
| 271 | |
|---|
| 272 | ;; ADDITIONAL RECORDS: |
|---|
| 273 | cache.pacbell.net 86400 A 69.107.0.1 |
|---|
| 274 | ns1.pacbell.net 86400 A 206.13.28.11 |
|---|
| 275 | ns2.pacbell.net 86400 A 206.13.29.11 |
|---|
| 276 | |
|---|
| 277 | ;; Total query time: 0 msec |
|---|
| 278 | ;; To SERVER: localhost |
|---|
| 279 | ;; WHEN: Mon May 19 16:00:12 2008 |
|---|
| 280 | </pre> |
|---|
| 281 | <p>The answer above is fictional since AT&T does not at this time |
|---|
| 282 | implement SRV records for BitTorrent trackers.</p> |
|---|
| 283 | <p>In Microsoft Windows, the port and domain name of the server can be |
|---|
| 284 | obtained using WinDNS (Dnsapi.lib) using DnsQuery(). In Unix, the |
|---|
| 285 | relevant call is res_query() from libresolv.</p> |
|---|
| 286 | </div> |
|---|
| 287 | <div class="section" id="references"> |
|---|
| 288 | <h1>References</h1> |
|---|
| 289 | <table class="docutils footnote" frame="void" id="bep-3" rules="none"> |
|---|
| 290 | <colgroup><col class="label" /><col /></colgroup> |
|---|
| 291 | <tbody valign="top"> |
|---|
| 292 | <tr><td class="label"><a class="fn-backref" href="#id2">[1]</a></td><td>BEP_0003. The BitTorrent Protocol Specification, Cohen. |
|---|
| 293 | <a class="reference external" href="http://www.bittorrent.org/beps/bep_0003.html">http://www.bittorrent.org/beps/bep_0003.html</a></td></tr> |
|---|
| 294 | </tbody> |
|---|
| 295 | </table> |
|---|
| 296 | <table class="docutils footnote" frame="void" id="bep-10" rules="none"> |
|---|
| 297 | <colgroup><col class="label" /><col /></colgroup> |
|---|
| 298 | <tbody valign="top"> |
|---|
| 299 | <tr><td class="label"><a class="fn-backref" href="#id9">[2]</a></td><td>BEP_0010. Extension Protocol. Norberg, Strigeus, Hazel. |
|---|
| 300 | <a class="reference external" href="http://www.bittorrent.org/beps/bep_0010.html">http://www.bittorrent.org/beps/bep_0010.html</a></td></tr> |
|---|
| 301 | </tbody> |
|---|
| 302 | </table> |
|---|
| 303 | <table class="docutils footnote" frame="void" id="bep-24" rules="none"> |
|---|
| 304 | <colgroup><col class="label" /><col /></colgroup> |
|---|
| 305 | <tbody valign="top"> |
|---|
| 306 | <tr><td class="label"><a class="fn-backref" href="#id8">[3]</a></td><td>BEP_0024. Tracker Returns External IP. Harrison. |
|---|
| 307 | <a class="reference external" href="http://www.bittorrent.org/beps/bep_0024.html">http://www.bittorrent.org/beps/bep_0024.html</a></td></tr> |
|---|
| 308 | </tbody> |
|---|
| 309 | </table> |
|---|
| 310 | <table class="docutils footnote" frame="void" id="rfc-1034" rules="none"> |
|---|
| 311 | <colgroup><col class="label" /><col /></colgroup> |
|---|
| 312 | <tbody valign="top"> |
|---|
| 313 | <tr><td class="label">[4]</td><td><em>(<a class="fn-backref" href="#id3">1</a>, <a class="fn-backref" href="#id5">2</a>, <a class="fn-backref" href="#id6">3</a>)</em> <a class="reference external" href="http://www.faqs.org/rfcs/rfc1034.html">RFC-1034</a>. DOMAIN NAMES - CONCEPTS AND FACILITIES. Mockapetris, |
|---|
| 314 | November 1987. <a class="reference external" href="http://tools.ietf.org/html/rfc1034">http://tools.ietf.org/html/rfc1034</a></td></tr> |
|---|
| 315 | </tbody> |
|---|
| 316 | </table> |
|---|
| 317 | <table class="docutils footnote" frame="void" id="rfc-2119" rules="none"> |
|---|
| 318 | <colgroup><col class="label" /><col /></colgroup> |
|---|
| 319 | <tbody valign="top"> |
|---|
| 320 | <tr><td class="label"><a class="fn-backref" href="#id1">[5]</a></td><td><a class="reference external" href="http://www.faqs.org/rfcs/rfc2119.html">RFC-2119</a>. <a class="reference external" href="http://www.ietf.org/rfc/rfc2119.txt">http://www.ietf.org/rfc/rfc2119.txt</a></td></tr> |
|---|
| 321 | </tbody> |
|---|
| 322 | </table> |
|---|
| 323 | <table class="docutils footnote" frame="void" id="rfc-2782" rules="none"> |
|---|
| 324 | <colgroup><col class="label" /><col /></colgroup> |
|---|
| 325 | <tbody valign="top"> |
|---|
| 326 | <tr><td class="label"><a class="fn-backref" href="#id4">[6]</a></td><td><a class="reference external" href="http://www.faqs.org/rfcs/rfc2782.html">RFC-2782</a>. A DNS RR for specifying the location of services (DNS |
|---|
| 327 | SRV). Gulbrandsen, Vixie, Esibov. February 2000. |
|---|
| 328 | <a class="reference external" href="http://tools.ietf.org/html/rfc2782">http://tools.ietf.org/html/rfc2782</a></td></tr> |
|---|
| 329 | </tbody> |
|---|
| 330 | </table> |
|---|
| 331 | <table class="docutils footnote" frame="void" id="rfc-4592" rules="none"> |
|---|
| 332 | <colgroup><col class="label" /><col /></colgroup> |
|---|
| 333 | <tbody valign="top"> |
|---|
| 334 | <tr><td class="label"><a class="fn-backref" href="#id7">[7]</a></td><td><a class="reference external" href="http://www.faqs.org/rfcs/rfc4592.html">RFC-4592</a>. The Role of Wildcards in the Domain Name |
|---|
| 335 | System. Lewis. <a class="reference external" href="http://www.faqs.org/rfcs/rfc4592.html">http://www.faqs.org/rfcs/rfc4592.html</a></td></tr> |
|---|
| 336 | </tbody> |
|---|
| 337 | </table> |
|---|
| 338 | </div> |
|---|
| 339 | <div class="section" id="copyright"> |
|---|
| 340 | <h1>Copyright</h1> |
|---|
| 341 | <p>This document has been placed in the public domain.</p> |
|---|
| 342 | <!-- Local Variables: |
|---|
| 343 | mode: indented-text |
|---|
| 344 | indent-tabs-mode: nil |
|---|
| 345 | sentence-end-double-space: t |
|---|
| 346 | fill-column: 70 |
|---|
| 347 | coding: utf-8 |
|---|
| 348 | End: --> |
|---|
| 349 | </div> |
|---|
| 350 | |
|---|
| 351 | |
|---|
| 352 | </div> |
|---|
| 353 | <div id="footer"> |
|---|
| 354 | <hr/> |
|---|
| 355 | </div> |
|---|
| 356 | |
|---|
| 357 | </div> |
|---|
| 358 | </body> |
|---|
| 359 | </html> |
|---|