A simple manager for custom hostnames
Go to file
luca0N! ce4ef560e2
Fixed data loss bug
Fixed a bug which made Dual remove lines that start with a comment in the hosts file.
2021-06-28 15:36:37 -03:00
cfg Finished main Resolve FetchType implementation 2021-03-21 18:38:39 -03:00
src/com/luca0n/dual Fixed data loss bug 2021-06-28 15:36:37 -03:00
.gitignore Initial commit 2021-03-21 15:16:03 +00:00
LICENSE Initial commit 2021-03-21 15:16:03 +00:00
Makefile Added initial source files 2021-03-21 16:53:53 -03:00
README.md Prepared for v0.1-alpha 2021-03-21 18:44:29 -03:00

README.md

Dual

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 is correct before running this program.

Please refer to the wiki to learn more about this program.

$ java -jar Dual.jar

Building Dual

$ make