a.k.a. what to do when your ISP starts blocking sites :(
Set the SOCKS proxy to local SSH tunnel
networksetup -setsocksfirewallproxy "Ethernet" localhost 8080
To clear the domain and port
<?php | |
/** | |
* @file | |
* Functions related to Drupal 7 render arrays. | |
*/ | |
/** | |
* Prints out a Drupal render array filtered by a simple selection. | |
* |