I hereby claim:
- I am net47 on github.
- I am tremmel (https://keybase.io/tremmel) on keybase.
- I have a public key ASD1w99321kMGFpv-8ha6q-RkzOQ9ujEqFDauCrizo2oEgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # Author: Erik Kristensen | |
| # Email: erik@erikkristensen.com | |
| # License: MIT | |
| # Nagios Usage: check_nrpe!check_docker_container!_container_id_ | |
| # Usage: ./check_docker_container.sh _container_id_ | |
| # | |
| # Edited by: Paulo José de Oliveira Salgado | |
| # Email: paulo@technosoftware.com.br |
How to configure your Mac to use DNS over TLS in five easy steps:
Install Stubby with Homebrew (https://dnsprivacy.org/wiki/display/DP/DNS+Privacy+Daemon+-+Stubby):
brew install stubby
Edit the configuration file:
| # -*- coding: utf-8 -*- | |
| import argparse | |
| import sys | |
| parser = argparse.ArgumentParser(description='A simple python script to convert Exchange Receive Connector IP Lists to F5 External Data Group Lists.') | |
| parser.add_argument("-i","--in",help="input file") | |
| parser.add_argument("-o","--out",help="output file") | |
| args = parser.parse_args() | |
| def ipRange(start_ip, end_ip): |
| when CLIENT_ACCEPTED { | |
| if { [class match [IP::client_addr] equals dgl_clients_without_auth] } { | |
| # use SNAT address for clients with no authentication | |
| snatpool SNAT_no_auth | |
| } | |
| } |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |