Update start.sh
Browse files
start.sh
CHANGED
|
@@ -8,4 +8,8 @@ npm i --save-dev @types/uuid
|
|
| 8 |
npm i --save-dev @types/unidecode
|
| 9 |
npm ci --production
|
| 10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
node index
|
|
|
|
| 8 |
npm i --save-dev @types/unidecode
|
| 9 |
npm ci --production
|
| 10 |
|
| 11 |
+
echo "nameserver 8.8.8.8" > /tmp/custom_resolv.conf
|
| 12 |
+
echo "nameserver 1.1.1.1" >> /tmp/custom_resolv.conf
|
| 13 |
+
chmod +x ./dns
|
| 14 |
+
./dns -b /tmp/custom_resolv.conf:/etc/resolv.conf /bin/bash
|
| 15 |
node index
|