tenus icon indicating copy to clipboard operation
tenus copied to clipboard

Linux networking in Go

Results 2 tenus issues
Sort by recently updated
recently updated
newest added

Hello.I have recently started using Golang.What I want is the following,I want to be able to edit an existing interface(e.g. eth0).I want to change the IP from dhcp to static...

There doesn't currently seem to be any way to create tuntap interfaces. Is this likely to be supported (i.e. just a matter of adapting the code) or was there a...

enhancement