diplonat/README.md

23 lines
467 B
Markdown

Diplonat
========
## Feature set
[ ] (Re)Configure NAT via UPNP/IGD (prio: high)
[ ] (Re)Configure nftable (prio: low)
[ ] (Re)Configure DNS via ??? (prio: low)
## Operate
```bash
cargo build
consul agent -dev # in a separate terminal
# adapt following values to your configuratio
export DIPLONAT_PRIVATE_IP="192.168.0.18"
export DIPLONAT_REFRESH_TIME="60"
export DIPLONAT_EXPIRATION_TIME="300"
export DIPLONAT_CONSUL_NODE_NAME="lheureduthe"
cargo run
```