dospin/net_linux.go

11 lines
201 B
Go
Raw Normal View History

2016-02-14 23:38:28 -06:00
package main
import (
"log"
)
// just have this stub to allow building on Linux
func setupPortForward(ip, port string) {
log.Print("Port forwarding not currently implemented for Linux/iptables")
}