ip-discovery 0.4.1

A lightweight, high-performance library for detecting public IP addresses via DNS, HTTP, and STUN protocols
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "ip-discovery-workspace",
  "version": "0.4.0",
  "private": true,
  "scripts": {
    "prepare": "husky",
    "lint": "cargo fmt --all -- --check && cargo clippy --workspace --all-targets --all-features -- -D warnings",
    "test": "cargo test --workspace && npm --prefix node test"
  },
  "devDependencies": {
    "husky": "^9.1.4"
  }
}