We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./manager-api 内网不能联外网,启动提示connect: network is unreachable panic: dial udp 8.8.8.8:80: connect: network is unreachable goroutine 1 [running]: github.com/apisix/manager-api/internal/utils.GetOutboundIP(0x0, 0x0, 0x0) /root/apisix-dashboard/api/internal/utils/utils.go:61 +0x133 github.com/apisix/manager-api/internal/utils.init.0.func1(0x0, 0xecb95ae00, 0x0) /root/apisix-dashboard/api/internal/utils/utils.go:41 +0x2b github.com/sony/sonyflake.NewSonyflake(0x0, 0x0, 0x0, 0xc0000e5eb0, 0x0, 0x3) /root/go/pkg/mod/github.com/sony/[email protected]/sonyflake.go:75 +0x14a github.com/apisix/manager-api/internal/utils.init.0() /root/apisix-dashboard/api/internal/utils/utils.go:39 +0xb4
The text was updated successfully, but these errors were encountered:
@gxthrj @nic-chen I think we should allow the user to set the DNS resolver via conf/config.yaml
conf/config.yaml
Sorry, something went wrong.
We use snowflake do not have to rely on external networks,we'd better to remove the network dependency .
ignore what I said. ^_^
fix: snowflake remove network dependency (#947)
3123c43
fix #938
@lin2627 you can make a try with the latest master branch. please feel free to reopen this issue if you still have this issue
gxthrj
nic-chen
Successfully merging a pull request may close this issue.
./manager-api 内网不能联外网,启动提示connect: network is unreachable
panic: dial udp 8.8.8.8:80: connect: network is unreachable
goroutine 1 [running]:
github.com/apisix/manager-api/internal/utils.GetOutboundIP(0x0, 0x0, 0x0)
/root/apisix-dashboard/api/internal/utils/utils.go:61 +0x133
github.com/apisix/manager-api/internal/utils.init.0.func1(0x0, 0xecb95ae00, 0x0)
/root/apisix-dashboard/api/internal/utils/utils.go:41 +0x2b
github.com/sony/sonyflake.NewSonyflake(0x0, 0x0, 0x0, 0xc0000e5eb0, 0x0, 0x3)
/root/go/pkg/mod/github.com/sony/[email protected]/sonyflake.go:75 +0x14a
github.com/apisix/manager-api/internal/utils.init.0()
/root/apisix-dashboard/api/internal/utils/utils.go:39 +0xb4
The text was updated successfully, but these errors were encountered: