Your ROOT_URL in app.ini is unix://git.lalonde.me:3000/ but you are visiting https://git.lalonde.me/matth/fw-daemon/commit/f299a75b659458a522ad7844ab16f9956f1789fe?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Not needed anymore

pull/16/head
brl 9 years ago
parent dec08bce33
commit f299a75b65

@ -4,7 +4,6 @@ import (
// _ "net/http/pprof"
"os"
"os/signal"
"runtime"
"time"
"github.com/op/go-logging"
@ -55,7 +54,6 @@ func (fw *Firewall) runFilter() {
}
func main() {
runtime.GOMAXPROCS(1)
if os.Geteuid() != 0 {
log.Error("Must be run as root")

Loading…
Cancel
Save