mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
misc - update links in default pages
This commit is contained in:
parent
ab5da3f1a3
commit
8876ec8e37
7 changed files with 7 additions and 7 deletions
2
src/common/core/antibot/files/captcha.html
vendored
2
src/common/core/antibot/files/captcha.html
vendored
|
|
@ -274,7 +274,7 @@
|
|||
This website is protected with
|
||||
<a
|
||||
class="underline hover:italic hover:brightness-90 transition"
|
||||
href="https://github.com/bunkerity/bunkerweb"
|
||||
href="https://www.bunkerweb.io/?utm_campaign=self&utm_source=bwerror"
|
||||
target="_blank"
|
||||
>BunkerWeb</a
|
||||
>
|
||||
|
|
|
|||
2
src/common/core/antibot/files/hcaptcha.html
vendored
2
src/common/core/antibot/files/hcaptcha.html
vendored
|
|
@ -406,7 +406,7 @@
|
|||
This website is protected with
|
||||
<a
|
||||
class="underline hover:italic hover:brightness-90 transition"
|
||||
href="https://github.com/bunkerity/bunkerweb"
|
||||
href="https://www.bunkerweb.io/?utm_campaign=self&utm_source=bwantibot"
|
||||
target="_blank"
|
||||
>BunkerWeb</a
|
||||
>
|
||||
|
|
|
|||
|
|
@ -510,7 +510,7 @@
|
|||
This website is protected with
|
||||
<a
|
||||
class="underline hover:italic hover:brightness-90 transition"
|
||||
href="https://github.com/bunkerity/bunkerweb"
|
||||
href="https://www.bunkerweb.io/?utm_campaign=self&utm_source=bwantibot"
|
||||
target="_blank"
|
||||
>BunkerWeb</a
|
||||
>
|
||||
|
|
|
|||
2
src/common/core/antibot/files/recaptcha.html
vendored
2
src/common/core/antibot/files/recaptcha.html
vendored
|
|
@ -331,7 +331,7 @@
|
|||
This website is protected with
|
||||
<a
|
||||
class="underline hover:italic hover:brightness-90 transition"
|
||||
href="https://github.com/bunkerity/bunkerweb"
|
||||
href="https://www.bunkerweb.io/?utm_campaign=self&utm_source=bwantibot"
|
||||
target="_blank"
|
||||
>BunkerWeb</a
|
||||
>
|
||||
|
|
|
|||
2
src/common/core/antibot/files/turnstile.html
vendored
2
src/common/core/antibot/files/turnstile.html
vendored
|
|
@ -307,7 +307,7 @@
|
|||
This website is protected with
|
||||
<a
|
||||
class="underline hover:italic hover:brightness-90 transition"
|
||||
href="https://github.com/bunkerity/bunkerweb"
|
||||
href="https://www.bunkerweb.io/?utm_campaign=self&utm_source=bwantibot"
|
||||
target="_blank"
|
||||
>BunkerWeb</a
|
||||
>
|
||||
|
|
|
|||
|
|
@ -251,7 +251,7 @@
|
|||
This website is protected with
|
||||
<a
|
||||
class="underline hover:italic hover:brightness-90 transition"
|
||||
href="https://github.com/bunkerity/bunkerweb"
|
||||
href="https://www.bunkerweb.io/?utm_campaign=self&utm_source=bwloading"
|
||||
target="_blank"
|
||||
>BunkerWeb</a
|
||||
>
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ if [ $? -ne 0 ] ; then
|
|||
fi
|
||||
|
||||
# terraform apply
|
||||
terraform apply -auto-approve
|
||||
terraform apply -auto-approve -input=false
|
||||
# shellcheck disable=SC2181
|
||||
if [ $? -ne 0 ] ; then
|
||||
echo "terraform apply failed"
|
||||
|
|
|
|||
Loading…
Reference in a new issue