TRIP daemon - Telephony Routing Information Provider
- The platform should be linux/amd64, linux/arm/v7, linux/arm/v8, or linux/386.
- This software attempts to send an "unprivileged" ping via UDP
- On Linux, this must be enabled with the following
sysctlcommand.$ sudo sysctl -w net.ipv4.ping_group_range="0 2147483647"
- On Linux, this must be enabled with the following
- Create
config.tomlby referring toconfig.example.toml- Place it in the same directory as
compose.yaml.$ tree . ├── config.toml └── compose.yaml
- Place it in the same directory as
- Fire it up
$ docker compose up -d - You can also expose tripd service to the Internet via tunneling service (e.g. Cloudflare Tunnel)
$ docker compose pull
$ docker compose up -dMIT