Contents

System/OS
2013.11.12 17:43

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

조회 수 12314 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
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
번호 분류 제목 글쓴이 날짜 조회 수
130 System/OS [mac] Mac OS 패키지 매니저, HomeBrew file hooni 2015.01.03 1294
129 System/OS [mac] How to uninstall MySQL on Mac OS. hooni 2017.11.08 872
128 System/OS [mac] Homebrew/rvm/cocoapod setting hooni 2017.07.29 985
» System/OS [mac] Charlesproxy 간단한 설정 내용~ hooni 2013.11.12 12314
126 System/OS [macos] How to Fix ‘You Shut Down Your Computer Because of a Problem’ file hooni 2022.06.01 752
125 System/OS [linux] 한글 URL 인식할 수 있게 아파치(Apache) 설정 (mod_url.c 설치) hooni 2013.04.23 13046
124 System/OS [linux] 프로세스의 stat 상태에 대한 설명 hooni 2013.04.23 10749
123 System/OS [linux] 프로세스 상태확인(ps) hooni 2003.04.23 12693
122 System/OS [linux] 프로그램 설치방법 (내공쌓기) hooni 2003.04.23 13433
121 System/OS [linux] 패킷의 소스 주소 바꾸기 hooni 2003.04.23 18776
120 System/OS [linux] 패킷 스니퍼링 hooni 2003.04.23 15895
119 System/OS [linux] 파일내 문자열 찾아 바꾸기 hooni 2013.04.23 12194
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 11 ... 17 Next
/ 17