diplonat helps you exposing your public services in a dynamic environment
Go to file
Quentin b007587acc Remove bullet points 2020-05-09 16:57:13 +02:00
src Rewrite as an object 2020-05-09 16:50:38 +02:00
.gitignore Start to modularize 2020-05-09 15:33:02 +02:00
Cargo.lock Rewrite with anyhow 2020-05-09 16:04:06 +02:00
Cargo.toml Rewrite with anyhow 2020-05-09 16:04:06 +02:00
README.md Remove bullet points 2020-05-09 16:57:13 +02:00

README.md

Diplonat

Feature set

[ ] (Re)Configure NAT via UPNP/IGD (prio: high)
[ ] (Re)Configure nftable (prio: low)
[ ] (Re)Configure DNS via ??? (prio: low)

Operate

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