|
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8" /> |
| 5 | + <meta content='text/html; charset=utf-8' http-equiv='Content-Type'> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 7 | + |
| 8 | + |
| 9 | + <title>n-dhcp4</title> |
| 10 | + <meta name="title" content="n-dhcp4" /> |
| 11 | + <meta property="og:title" content="n-dhcp4" /> |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + <meta name="description" content="The n-dhcp4 project implements the IPv4 Dynamic Host Configuration Protocol as |
| 16 | +defined in RFC-2132+. |
| 17 | +" /> |
| 18 | + <meta property="og:description" content="The n-dhcp4 project implements the IPv4 Dynamic Host Configuration Protocol as |
| 19 | +defined in RFC-2132+. |
| 20 | +" /> |
| 21 | + |
| 22 | + |
| 23 | + <meta name="author" content="Nettools Project" /> |
| 24 | + |
| 25 | + <link rel="shortcut icon" href="/images/nettools.ico" /> |
| 26 | + <link rel="stylesheet" type="text/css" href="/stylesheets/style.css" /> |
| 27 | + <link rel="stylesheet" type="text/css" href="/stylesheets/media-icons.css" /> |
| 28 | + <link rel="stylesheet" type="text/css" href="/stylesheets/syntax.css" /> |
| 29 | + </head> |
| 30 | + |
| 31 | + |
| 32 | + <body> |
| 33 | + <header class="tc pv4"> |
| 34 | + <div> |
| 35 | + <a href="/"> |
| 36 | + |
| 37 | + <img class="h3 w3" |
| 38 | + alt="Back to home" |
| 39 | + src="/images/nettools.svg" /> |
| 40 | + |
| 41 | + </a> |
| 42 | + <h1 class="f5 f4-ns fw6 black-70">Nettools</h1> |
| 43 | + <h2 class="f6 black-70 fw2 ttu tracked">Linux Network Management Tools</h2> |
| 44 | + </div> |
| 45 | + |
| 46 | + <nav class="lh-copy"> |
| 47 | + <a href="/" |
| 48 | + class="mh2 link blue hover-mid-gray">Home</a> |
| 49 | + |
| 50 | + <a href="https://github.com/nettools" |
| 51 | + class="mh2 link blue hover-mid-gray">@GitHub</a> |
| 52 | + |
| 53 | + </nav> |
| 54 | + </header> |
| 55 | + |
| 56 | + <main class="mw7 overflow-hidden |
| 57 | + center pv4 ph2 |
| 58 | + bt b--light-gray |
| 59 | + lh-copy markdown"> |
| 60 | +<article> |
| 61 | + <h1>n-dhcp4</h1> |
| 62 | + |
| 63 | + <dl class="ml4"> |
| 64 | + <dt class="fl cl mr2 b">Repository:</dt> |
| 65 | + <dd> |
| 66 | + <a href="https://github.com/nettools/n-dhcp4">@GitHub</a> |
| 67 | + </dd> |
| 68 | + <dt class="fl cl mr2 b">Issue-Tracker:</dt> |
| 69 | + <dd> |
| 70 | + <a href="https://github.com/nettools/n-dhcp4/issues">@GitHub</a></li> |
| 71 | + </dd> |
| 72 | + |
| 73 | + |
| 74 | + <dt class="fl cl mr2 b">Licenses:</dt> |
| 75 | + <dd class="cl"> |
| 76 | + <ul class="ma0"> |
| 77 | + |
| 78 | + <li class="i">Apache Software License 2.0</li> |
| 79 | + |
| 80 | + <li class="i">Lesser General Public License 2.1+</li> |
| 81 | + |
| 82 | + </ul> |
| 83 | + </dd> |
| 84 | + |
| 85 | + </dl> |
| 86 | + |
| 87 | +<p>The n-dhcp4 project implements the IPv4 Dynamic Host Configuration Protocol as |
| 88 | +defined in RFC-2132+.</p> |
| 89 | + |
| 90 | +</article> |
| 91 | + |
| 92 | + </main> |
| 93 | + |
| 94 | + <footer class="tc pv3 bt bb b--light-silver bg-light-gray"> |
| 95 | +<a href=" mailto:[email protected]" ><i class=" media-icon email" ></i></a> |
| 96 | +<a href="https://github.com/nettools"><i class="media-icon github"></i></a> |
| 97 | + |
| 98 | + </footer> |
| 99 | + </body> |
| 100 | +</html> |
0 commit comments