Contents

System/OS
2013.11.12 17:43

[mac] Charlesproxy 간단한 설정 내용~

Views 12427 Comment 0
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
net.ipv4.ip_forward

#!/bin/sh
sudo route change default -interface en0
sudo sysctl -w net.inet.ip.forwarding=1
sudo sysctl -w net.inet.ip.fw.enable=1
sudo ipfw delete 00110
sudo ipfw add 00110 fwd 127.0.0.1,8888 tcp from not me to any dst-port 80

sudo route change default -interface en2
sudo sysctl -w net.inet.ip.forwarding=1
sudo sysctl -w net.inet.ip.fw.enable=1
sudo ipfw delete 00110
sudo ipfw add 00110 fwd 127.0.0.1,8888 tcp from not me to any dst-port 80

[출처] http://www.charlesproxy.com/

?

List of Articles
No. Category Subject Author Date Views
94 System/OS [ms-sql] 프로시져 예제.. file hooni 2013.04.23 13486
93 System/OS [ms-sql] 서브스트링(substring), 프로시저(SP) 작성 예제 hooni 2013.04.23 41380
92 System/OS 나중에 해봐야지.. libconv 설치.. ㅡ,.ㅡ; hooni 2013.04.23 19326
91 System/OS [linux] 리눅스,유닉스 /proc/stat 파일 보는 법 hooni 2013.04.23 18008
90 System/OS [linux] 리눅스, 유닉스 CPU 이용률 확인.. hooni 2013.04.23 23848
89 System/OS [linux] 리눅스 파일시스템과 디렉토리 설명 hooni 2013.04.23 26928
88 System/OS 아파치(Apache) 인증사용(htaccess)으로 특정 디렉토리에 암호걸기 hooni 2013.04.23 13718
87 System/OS [linux] 프로세스의 stat 상태에 대한 설명 hooni 2013.04.23 10822
86 System/OS [linux] ssh에서 원격 파일 전송하기.. hooni 2013.04.23 14204
85 System/OS [linux] 한글 URL 인식할 수 있게 아파치(Apache) 설정 (mod_url.c 설치) hooni 2013.04.23 13129
84 System/OS php.ini 설정 안됐을때.. ㅋㅋ hooni 2013.04.23 11692
83 System/OS [linux] SSH에 대한 기본 설명과 설치/설정 hooni 2013.04.23 10648
Board Pagination Prev 1 ... 5 6 7 8 9 10 11 12 13 14 ... 17 Next
/ 17