Created
February 17, 2011 00:29
-
-
Save alloy-d/830653 to your computer and use it in GitHub Desktop.
Doing stuff on the Internet...
This file contains 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
$HTTP["host"] =~ "nagato.alloy-d.net" { | |
proxy.server = ( "" => ( ( "host" => "127.0.0.1", "port" => "3080" ) ) ) | |
} |
This file contains 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
$ hostname | |
nagato | |
$ ssh alloy-d.net -fNR '3080:127.0.0.1:80' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment