diff --git a/.github/workflows/test-core-linux.yml b/.github/workflows/test-core-linux.yml index e47bc0d0..1a1a5bd4 100644 --- a/.github/workflows/test-core-linux.yml +++ b/.github/workflows/test-core-linux.yml @@ -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