标签: go
我正在使用
r.RunTLS(":8080" , "domain.crt", "domain.key")
这将以localhost作为主机名启动服务器。我可以使用localhost主机名访问我的API。如何将此行为更改为指向IP地址而不是localhost?