Source: https://duckduckgo.com/?q=fast+public+dns+servers&ia=answer&iax=answer
198.101.242.72
23.253.163.53
Source: https://duckduckgo.com/?q=fast+public+dns+servers&ia=answer&iax=answer
198.101.242.72
23.253.163.53
######################################################################### | |
# ================================================== # | |
# $ Mikrotik RouterOS update script for CloudFlare $ # | |
# ================================================== # | |
# # | |
# - You need a CloudFlare account & api key (look under settings), # | |
# a zone and A record in it # | |
# - All variables in first section are obvious, except CFid, # | |
# To obtain CFid use following command in any unix shell: # | |
# curl https://www.cloudflare.com/api_json.html -d 'a=rec_load_all' -d 'tkn=YOUR_API_KEY' -d '[email protected]' -d 'z=domain.com'|python -mjson.tool |
# to generate your dhparam.pem file, run in the terminal | |
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048 |
#!/bin/sh | |
if [ "$EUID" -ne 0 ]; then | |
echo -e "\nPlease run as root\neg. sudo $0 \n" | |
exit | |
fi | |
GITHUB_USERNAME="ebal" | |
cd `mktemp -d` |
#!/bin/bash | |
# Copyright (c) 2020, Saeid Bostandoust | |
# [email protected] | |
# https://b9t.ir | |
# All rights reserved. | |
PIPELINE_PROJECT_NAME="YOUR-PROJECT-NAME" | |
if [[ ! -d "./$PIPELINE_PROJECT_NAME" ]]; then | |
git clone YOUR-GIT-ADDRESS | |
fi |