rico0: move to labs
domain
This commit is contained in:
parent
94436da437
commit
196749c9cc
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ _: {
|
||||||
customTTL = "1h";
|
customTTL = "1h";
|
||||||
filterUnmappedTypes = true;
|
filterUnmappedTypes = true;
|
||||||
mapping = {
|
mapping = {
|
||||||
"frp.local.adtya.xyz" = "10.10.10.10,fd7c:585c:c4ae::10";
|
"frp.labs.adtya.xyz" = "10.10.10.10,fd7c:585c:c4ae::10";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
conditional = {
|
conditional = {
|
||||||
|
|
|
@ -4,7 +4,7 @@ _: {
|
||||||
acmeCA = "https://acme-v02.api.letsencrypt.org/directory";
|
acmeCA = "https://acme-v02.api.letsencrypt.org/directory";
|
||||||
email = "admin@acomputer.lol";
|
email = "admin@acomputer.lol";
|
||||||
|
|
||||||
virtualHosts."frp.local.adtya.xyz" = {
|
virtualHosts."frp.labs.adtya.xyz" = {
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
reverse_proxy 10.10.10.1:7500
|
reverse_proxy 10.10.10.1:7500
|
||||||
tls /persist/secrets/caddy/certs/frp.crt /persist/secrets/caddy/certs/frp.key
|
tls /persist/secrets/caddy/certs/frp.crt /persist/secrets/caddy/certs/frp.key
|
||||||
|
|
Loading…
Reference in a new issue