open up listener on gokrazy

This commit is contained in:
Michael Stapelberg
2020-06-25 14:57:48 +02:00
parent 15b15133e0
commit f4baa26f1c
2 changed files with 13 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
// +build gokrazy
package main
func init() {
// Open up listener from localhost to all IP addresses, assuming that
// running on gokrazy means running as an appliance.
defaultListenAddress = ":9933"
}