ci/cd test core linux remove dns resolvers override

This commit is contained in:
Théophile Diot 2023-09-19 10:13:33 +02:00
parent 1dd1caeea4
commit 0239ca64b4
No known key found for this signature in database
GPG Key ID: 248FEA4BAE400D06
1 changed files with 0 additions and 1 deletions

View File

@ -77,7 +77,6 @@ jobs:
echo "SERVER_NAME=www.example.com" | sudo tee -a /etc/bunkerweb/variables.env
echo "HTTP_PORT=80" | sudo tee -a /etc/bunkerweb/variables.env
echo "HTTPS_PORT=443" | sudo tee -a /etc/bunkerweb/variables.env
echo 'DNS_RESOLVERS="9.9.9.9 8.8.8.8 8.8.4.4"' | sudo tee -a /etc/bunkerweb/variables.env
echo "USE_BUNKERNET=no" | sudo tee -a /etc/bunkerweb/variables.env
echo "USE_BLACKLIST=no" | sudo tee -a /etc/bunkerweb/variables.env
sudo chown nginx:nginx /etc/bunkerweb/variables.env