Skip to content
forked from xtmono/netif

Golang library to read, manipulate and write the Debian network interfaces file /etc/network/interfaces

License

Notifications You must be signed in to change notification settings

ArmisSecurity/netif

 
 

Repository files navigation

Netif

This is a simple Golang package for reading, manipulating and writing the /etc/network/interface file in most Debian based distributions.

This package is heavily based on the Python library Debinterface github.com/dggreenbaum/debinterface.

Installation

go get github.com/xtmono/netif

Basic usage

package main

import (
    "github.com/xtmono/netif"
)

About

Golang library to read, manipulate and write the Debian network interfaces file /etc/network/interfaces

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%