public-access-proxy: add c3d2.social

This commit is contained in:
Astro 2022-11-30 18:13:08 +01:00
parent bf2933f574
commit b421de33dd
1 changed files with 3 additions and 0 deletions

View File

@ -136,6 +136,9 @@
} {
hostNames = [ "owncast.c3d2.de" ];
proxyTo.host = config.c3d2.hosts.owncast.ip4;
} {
hostNames = [ "c3d2.social" ];
proxyTo.host = config.c3d2.hosts.mastodon.ip4;
} ];
};