Dual/README.md

19 lines
304 B
Markdown
Raw Normal View History

2021-03-21 15:16:03 +00:00
# Dual
2021-03-21 19:56:22 +00:00
Dual is a simple management tool that allows you to create custom hostnames for dynamic IP address locally.
## Running Dual
Make sure your configuration file [cfg/gen.cfg](cfg/gen.cfg) is correct before running this program.
```sh
$ java -jar Dual.jar
```
## Building Dual
```sh
$ make
```