feat(dns): Redirect webapps subdomain to web03

This commit is contained in:
Tom Hubrecht 2024-10-16 11:24:10 +02:00
parent 14866df004
commit ad8ddb1f4d
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -134,6 +134,10 @@ let
"cas-eleves" "cas-eleves"
"vote" "vote"
]; ];
web03.dual = [
"*.webapps" # Django apps
];
} }
) )
); );