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.
|
|
|
|
|
2021-03-21 21:43:25 +00:00
|
|
|
Please refer to the [wiki](https://git.luca0n.com/luca0N/Dual/wiki) to learn more about this program.
|
|
|
|
|
2021-03-21 19:56:22 +00:00
|
|
|
```sh
|
|
|
|
$ java -jar Dual.jar
|
|
|
|
```
|
|
|
|
|
|
|
|
## Building Dual
|
|
|
|
|
|
|
|
```sh
|
|
|
|
$ make
|
|
|
|
```
|
|
|
|
|