Skip to content

Commit 9a54053

Browse files
committed
add ipv4 loopback
1 parent 6be8660 commit 9a54053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node-registrar/cmds/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ func (f flags) validateHost() error {
140140

141141
// Check common binding addresses
142142
switch host {
143-
case "localhost", "0.0.0.0", "127.0.0.1":
143+
case "localhost", "0.0.0.0", "127.0.0.1", "::1":
144144
return nil
145145
}
146146

0 commit comments

Comments
 (0)