Discover Packages
github.com/AwareRO/ipecho
command
module
Version:
v0.0.0-...-ee577ab
Opens a new window with list of versions in this module.
Published: Jul 18, 2024
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
ipecho
Simple micro service returning the caller's IP over http (intended for dynamic dns use cases). An example DynDNS client can be found here: https://github.com/AwareRO/owndyndns .
build
go build ipecho.go
# edit backend.toml.sample
mkdir /etc/ipecho
cp backend.toml.sample /etc/ipecho/backend.toml
run
./ipecho [custom-config.toml]
deploy
# build
cp ipecho /usr/bin
cp ipecho.service /etc/systemd/system
systemctl daemon-reload
systemctl enable ipecho
systemctl start ipecho
logs (when running via systemd)
journalctl -f -u ipecho
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.