Created
June 1, 2013 04:32
-
-
Save jiangrongyong/5689278 to your computer and use it in GitHub Desktop.
魔兽世界服务器,通过防火墙重定向
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
| sudo ifconfig lo0 223.252.234.193 alias | |
| sudo ipfw add fwd 223.252.236.216,3724 tcp from me to 223.252.234.193 dst-port 3724 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment