mirror of
https://github.com/FlipsideCrypto/convox.git
synced 2026-02-06 10:56:56 +00:00
use router subdomain for dns resolving (#31)
This commit is contained in:
parent
52d1bbba01
commit
4614b5c356
@ -55,7 +55,7 @@ You will need to alias your custom domain to your Rack's router endpoint. You ca
|
||||
$ convox rack
|
||||
Name convox
|
||||
Provider gcp
|
||||
Router 0a1b2c3d4e5f.convox.cloud
|
||||
Router router.0a1b2c3d4e5f.convox.cloud
|
||||
Status running
|
||||
Version master
|
||||
|
||||
|
||||
@ -29,7 +29,7 @@ func (p *Provider) SystemGet() (*structs.System, error) {
|
||||
// }
|
||||
|
||||
s := &structs.System{
|
||||
Domain: p.Domain,
|
||||
Domain: fmt.Sprintf("router.%s", p.Domain),
|
||||
Name: p.Name,
|
||||
Provider: p.Provider,
|
||||
Status: status,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user