This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
router id [our IPv4]; | |
protocol bgp vultr | |
{ | |
local as [our ASN]; | |
source address [our IPv4 from vultr]; | |
import all; | |
export filter { | |
if net ~ [[the IPv4 block we want to announce]] then accept; | |
reject; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Install iptables iproute2 | |
# Variables | |
# | |
# | |
GRE_FRONT_IP="" | |
GRE_BACK_IP="" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Install iptables iproute2 | |
# Variables | |
# | |
# | |
GRE_FRONT_IP="" | |
GRE_BACK_IP="" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
chr_ver=6.45.9 | |
chr_file=chr-$chr_ver.img | |
disk=/dev/vda | |
disk_size=$(parted $disk print | grep $disk | cut -d" " -f3) | |
echo "download CHR" | |
wget https://download.mikrotik.com/routeros/$chr_ver/$chr_file.zip && unzip $chr_file.zip && rm -f $chr_file.zip |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
if (!defined("WHMCS")) | |
die("This file cannot be accessed directly"); | |
function sendTelegramMessage($pm) { | |
global $vars; | |
//$chat_id = (""); //Group | |
$chat_id = (""); //Channel | |
$tokenbot = (""); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Display Client's Credit Balance in Client Area | |
* | |
* @author WHMCMS | |
* @link www.whmcms.com | |
* @since WHMCS v6.0.0+ | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am azharimad on github. | |
* I am azharimad (https://keybase.io/azharimad) on keybase. | |
* I have a public key ASDp8Rk_PqG3f9Eos0b6oBpEERTGaEZ25eFLCQh9__jcAAo | |
To claim this, I am signing this object: |