System/OS
2013.11.12 17:43

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

Views 12325 Votes 0 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
122 System/OS [java] Tomcat/UTF-8 or All 지원 ㅎㅎ hooni 2013.04.23 16743
121 System/OS [windows] 최근 열어본 문서목록 안나오게 하는 방법 hooni 2013.04.23 25479
120 System/OS [linux] SSH에 대한 기본 설명과 설치/설정 hooni 2013.04.23 10493
119 System/OS php.ini 설정 안됐을때.. ㅋㅋ hooni 2013.04.23 11639
118 System/OS [linux] 한글 URL 인식할 수 있게 아파치(Apache) 설정 (mod_url.c 설치) hooni 2013.04.23 13060
117 System/OS [linux] ssh에서 원격 파일 전송하기.. hooni 2013.04.23 14157
116 System/OS [linux] 프로세스의 stat 상태에 대한 설명 hooni 2013.04.23 10758
115 System/OS 아파치(Apache) 인증사용(htaccess)으로 특정 디렉토리에 암호걸기 hooni 2013.04.23 13659
114 System/OS [linux] 리눅스 파일시스템과 디렉토리 설명 hooni 2013.04.23 26877
113 System/OS [linux] 리눅스, 유닉스 CPU 이용률 확인.. hooni 2013.04.23 23782
112 System/OS [linux] 리눅스,유닉스 /proc/stat 파일 보는 법 hooni 2013.04.23 17916
111 System/OS 나중에 해봐야지.. libconv 설치.. ㅡ,.ㅡ; hooni 2013.04.23 19284
110 System/OS [ms-sql] 서브스트링(substring), 프로시저(SP) 작성 예제 hooni 2013.04.23 41296
109 System/OS [ms-sql] 프로시져 예제.. file hooni 2013.04.23 13406
108 System/OS [unix] AIX쉘 초기 파일 (.cshrc) hooni 2013.04.23 10291
107 System/OS [linux] 콘솔 기본언어 설정 방법 hooni 2013.04.23 12826
Board Pagination Prev 1 4 5 6 7 8 ... 13 Next
/ 13