Contents

System/OS
2013.11.12 17:43

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

Views 12330 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
82 System/OS [windows] 최근 열어본 문서목록 안나오게 하는 방법 hooni 2013.04.23 25483
81 System/OS [java] Tomcat/UTF-8 or All 지원 ㅎㅎ hooni 2013.04.23 16745
80 System/OS [mac] OSX(맥) 단축키 설명 ㅎㅎ file hooni 2013.04.23 29571
79 System/OS [mac] 맥(OSX)에서 root 패스워드 설정하기 hooni 2013.04.23 22422
78 System/OS [mac] 맥에서 APM(apache,php,mysql) 구성하기 hooni 2013.04.23 38619
77 System/OS [sql] insert into select 사용하기 hooni 2013.04.23 27554
76 System/OS [doc] 코코아 프로그래밍 for MACOS 관련 내 분량.. file hooni 2013.04.23 20839
75 System/OS 맥북에서 MAC/윈도우 멀티부팅시 시간 설정 file hooni 2013.04.23 29761
74 System/OS 맥에서 파일공유 (윈도우,맥) file hooni 2013.04.25 37303
73 System/OS [mysql] mysql user 생성시 ERROR 1364 hooni 2013.04.25 28506
72 System/OS Mac OS X - Apache+PHP+MySQL 환경 서버 hooni 2013.04.25 31629
71 System/OS [mysql] MySQL server has gone away 에러 대응 hooni 2013.05.29 19226
Board Pagination Prev 1 ... 6 7 8 9 10 11 12 13 14 15 ... 17 Next
/ 17