Contents

System/OS
2013.11.12 17:43

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

조회 수 13262 댓글 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/

?

  1. [ios] 인앱결제 & 오토레이아웃 관련 강좌

    Date2013.11.14 Byhooni Views0
    Read More
  2. [NFC] 단말기와 서버 통신 내용

    Date2013.11.12 CategoryEtc Byhooni Views11954
    Read More
  3. [python] 파이썬 공부하는 사이트~

    Date2013.11.12 CategoryDevelop Byhooni Views11832
    Read More
  4. [mac] Charlesproxy 간단한 설정 내용~

    Date2013.11.12 CategorySystem/OS Byhooni Views13262
    Read More
  5. [js] 웹페이지에서 특정 엘리먼트 드래그, 복사, 컨텍스트메뉴, 키보드 막기

    Date2013.11.04 CategoryDevelop Byhooni Views34792
    Read More
  6. 티스토리 테이블 html,css 구문

    Date2013.11.03 CategoryEtc Byhooni Views17497
    Read More
  7. [php] XE 에서 php 구문 사용하기 (XE 템플릿에서)

    Date2013.10.31 CategoryDevelop Byhooni Views21127
    Read More
  8. [ios] 배열(NSArray) 연산과 간단한 애니메이션(split images)

    Date2013.10.31 CategoryDevelop Byhooni Views52598
    Read More
  9. [ios] Random Thoughts: Rand() vs. arc4random()

    Date2013.10.31 CategoryDevelop Byhooni Views77976
    Read More
  10. [linux] 특정 문자열 포함된 파일 찾는 명령어

    Date2013.10.16 CategorySystem/OS Byhooni Views33084
    Read More
  11. [ios] UIAlertView 초간단 샘플 ㅎㅎ

    Date2013.10.14 CategoryDevelop Byhooni Views55959
    Read More
  12. [mac] 맥에서 슬립(잠자기) 모드 진입을 막는 방법~

    Date2013.10.10 CategorySystem/OS Byhooni Views35282
    Read More
Board Pagination Prev 1 ... 27 28 29 30 31 32 33 34 35 36 ... 99 Next
/ 99