try getting a cert for the website
This commit is contained in:
parent
5b6c21ef6d
commit
1e041cd072
10
xip/xip.go
10
xip/xip.go
@ -50,10 +50,10 @@ var (
|
|||||||
},
|
},
|
||||||
"local-ip.sh.": {
|
"local-ip.sh.": {
|
||||||
A: []*dns.A{
|
A: []*dns.A{
|
||||||
{A: net.IPv4(213, 188, 218, 137)},
|
{A: net.IPv4(37, 16, 23, 113)},
|
||||||
},
|
},
|
||||||
AAAA: []*dns.AAAA{
|
AAAA: []*dns.AAAA{
|
||||||
{AAAA: net.IP{0x2a, 0x09, 0x82, 0x80, 0, 0x01, 0, 0, 0, 0, 0, 0, 0, 0, 0x91, 0x65}},
|
{AAAA: net.IP{0x2a, 0x09, 0x82, 0x80, 0, 0x01, 0, 0, 0, 0, 0, 0, 0, 0x1C, 0xC1, 0xC1}},
|
||||||
},
|
},
|
||||||
TXT: &dns.TXT{
|
TXT: &dns.TXT{
|
||||||
Txt: []string{
|
Txt: []string{
|
||||||
@ -88,9 +88,9 @@ var (
|
|||||||
},
|
},
|
||||||
"_acme-challenge.local-ip.sh.": {
|
"_acme-challenge.local-ip.sh.": {
|
||||||
// if fly
|
// if fly
|
||||||
/* CNAME: []*dns.CNAME{
|
CNAME: []*dns.CNAME{
|
||||||
{Target: "local-ip.sh.n2kl11.flydns.net."},
|
{Target: "local-ip.sh.zzkxm3.flydns.net."},
|
||||||
}, */
|
},
|
||||||
// if manual
|
// if manual
|
||||||
TXT: &dns.TXT{},
|
TXT: &dns.TXT{},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user