Contents

System/OS
2013.11.12 17:43

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

조회 수 12443 댓글 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. [php] 하루 전 날짜 쉽게 구하기.

    Date2013.12.25 CategoryDevelop Byhooni Views12303
    Read More
  2. [c++] 자료구조(링크리스트,스택,큐)와 후위 표기 계산기 샘플 ㅋㅋ

    Date2013.04.23 CategoryDevelop Byhooni Views12355
    Read More
  3. [linux] X환경 GNOME에서 KDE로 바꾸는 법..

    Date2013.04.23 CategorySystem/OS Byhooni Views12416
    Read More
  4. [mac] Charlesproxy 간단한 설정 내용~

    Date2013.11.12 CategorySystem/OS Byhooni Views12443
    Read More
  5. [linux] root도 삭제하지 못하는 파일 속성

    Date2003.04.23 CategorySystem/OS Byhooni Views12460
    Read More
  6. [linux] DNS(Domain Name System) 설치, 설정

    Date2003.04.23 CategorySystem/OS Byhooni Views12522
    Read More
  7. [ios] 네트워크 인디케이터(NetworkActivityIndicator) 작동

    Date2014.01.24 CategoryDevelop Byhooni Views12522
    Read More
  8. [sql] alter table 쿼리 예제

    Date2003.04.23 CategorySystem/OS Byhooni Views12523
    Read More
  9. [php] php5.3부터는 eregi()대신 preg_match()를 사용

    Date2013.11.18 CategoryDevelop Byhooni Views12528
    Read More
  10. [doc] 위탁과제 제안서와 발표자료(pdf)

    Date2013.04.23 CategoryPPT Byhooni Views12565
    Read More
  11. [c] flooding 알고리즘 미로 찾기(도스용) 소스코드

    Date2003.04.23 CategoryDevelop Byhooni Views12589
    Read More
  12. [ppt] 네오웹 소프트.. 발표 자료 모음

    Date2003.04.23 CategoryPPT Byhooni Views12592
    Read More
Board Pagination Prev 1 ... 62 63 64 65 66 67 68 69 70 71 ... 98 Next
/ 98