Categorygithub.com/go-zoox/ip
modulepackage
1.0.2
Repository: https://github.com/go-zoox/ip.git
Documentation: pkg.go.dev

# README

IP - Get the Public and Internal IP

PkgGoDev Build Status Go Report Card Coverage Status GitHub issues Release

Installation

To install the package, run:

go get -u github.com/go-zoox/ip

Getting Started

// See test cases

License

GoZoox is released under the MIT License.

# Functions

GetInternalIP gets the internal ip.
GetPublicIP gets the public ip.

# Constants

IPRemote is the remote ip echo site.

# Variables

Version is the version of this package.