summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 5ce452d..378ef8c 100644
--- a/main.go
+++ b/main.go
@@ -10,7 +10,7 @@ import (
func main() {
- localAddr := flag.String("l", "192.168.122.110:3306", "local address we listen on")
+ localAddr := flag.String("l", "192.168.122.1:3306", "local address we listen on")
remoteAddr := flag.String("r", "127.0.0.1:3306", "remote address we proxy to")
verbose := flag.Bool("v", false, "log connection")