An open API service indexing awesome lists of open source software.

https://github.com/kayrus/tuncfg

Go package helper to configure interface DNS/IP addresses and routes in various OS
https://github.com/kayrus/tuncfg

bsd darwin freebsd go golang linux macos native rib route routes windows

Last synced: about 2 months ago
JSON representation

Go package helper to configure interface DNS/IP addresses and routes in various OS

Awesome Lists containing this project

README

          

## tuncfg

A package to simplify TUN adapters configuration:
* create TUN interface
* configure TUN interface
* configure routes
* configure DNS servers and suffixes

## TODO

* IPv6 support
* Detect Global DNS search suffixes in Windows
* Watch and act on routes changes
* Watch and act on DNS changes
* Set DNS settings using native macOS libraries