File: README.md

package info (click to toggle)
golang-github-jackpal-gateway 1.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, bullseye-backports, forky, sid, trixie
  • size: 128 kB
  • sloc: makefile: 2
file content (18 lines) | stat: -rw-r--r-- 389 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# gateway

A simple library for discovering the IP address of the default gateway.


[![Build Status](https://travis-ci.org/jackpal/gateway.svg)](https://travis-ci.org/jackpal/gateway)

Provides implementations for:

+ FreeBSD
+ Linux
+ OS X (Darwin)
+ Solaris
+ Windows

Other platforms use an implementation that always returns an error.

Pull requests for other OSs happily considered!