File: README.md

package info (click to toggle)
dnsjit 1.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,928 kB
  • sloc: ansic: 9,670; makefile: 328; sh: 193
file content (32 lines) | stat: -rw-r--r-- 441 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Example dnsjit module

This module is an example how to create your own modules for dnsjit.

`duration` is a simple Lua module that tells you the duration between
two `core.timespec`.

# Dependencies

To build this you will need `dnsjit` installed.

```
add-apt-repository ppa:dns-oarc/dnsjit-pr
apt-get install dnsjit
```

## Build

```
sh autogen.sh
mkdir -p build
cd build
../configure
make
make install
```

## Test

```
make test
```