This Gist contains my IPTables rules for securing the Asterisk VoIP server. The "string" module is used to identify legitimate users and block attackers.
Learn how to set up your personal VoIP server
↓ ↓ ↓ Scroll down for the IPTables rules ↓ ↓ ↓
This Gist contains my IPTables rules for securing the Asterisk VoIP server. The "string" module is used to identify legitimate users and block attackers.
Learn how to set up your personal VoIP server
↓ ↓ ↓ Scroll down for the IPTables rules ↓ ↓ ↓
#!/bin/bash | |
# | |
# Auto IP Update Script for Amazon EC2 Classic AND VPC instances | |
# | |
# For detailed instructions, please see: | |
# https://blog.ls20.com/bash-script-for-automatic-ip-updates-on-amazon-ec2-or-digitalocean/ | |
# | |
# Copyright (C) 2013 Lin Song | |
# | |
# This program is free software: you can redistribute it and/or modify it under |
Use this bash script to process your Google Voice archive from Google Takeout, and output your detailed call history in a tabular format for easy viewing and analysis.
Learn how to set up your personal VoIP server
↓ ↓ ↓ Scroll down for the script ↓ ↓ ↓