Contents

System/OS
2013.11.12 17:43

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

Views 12332 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
70 System/OS [dos] 노트북 백업 스크립트 xcopy 명령 예제 hooni 2003.04.23 40805
69 System/OS [sql] alter table 쿼리 예제 hooni 2003.04.23 12459
68 System/OS [sql] 내 방명록 답글 찾는 쿼리문.. (JOIN 구문) hooni 2003.04.23 12845
67 System/OS [linux] Proftpd 설치 가이드 hooni 2003.04.23 13028
66 System/OS [linux] 기존 환경설정 저장하면서 커널 컴파일.. hooni 2003.04.23 13467
65 System/OS [linux] 스케쥴링 순서(nice) 변경하기 hooni 2003.04.23 12543
64 System/OS [linux] 셀 스크립트 if, for, case in.. hooni 2003.04.23 13696
63 System/OS [linux] 종료와 종료코드 확인(환경변수에서) hooni 2003.04.23 15548
62 System/OS [linux] 프로세스 상태확인(ps) hooni 2003.04.23 12711
61 System/OS [linux] 메타(기호)문자의 의미와 사용 hooni 2003.04.23 16392
60 System/OS [linux] 특수문자 환경 설정(stty) hooni 2003.04.23 15286
59 System/OS [linux] Oracle8.1.6, Mysql+PHP+Zend Optimizer+APACHE+Tomcat(jsp,servlet)+IMAP+gd hooni 2003.04.23 32460
Board Pagination Prev 1 ... 7 8 9 10 11 12 13 14 15 16 17 Next
/ 17