Contents

System/OS
2013.11.12 17:43

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

Views 12335 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/

?

  1. 개인적으로 쓰고 있는 bash_profile

    Date2015.01.16 CategorySystem/OS Byhooni Views850
    Read More
  2. [mac][추천 무료앱] 구름 입력기 - 국내 맥 사용자를 위한 한글 대안 입력기

    Date2015.01.04 CategorySystem/OS Byhooni Views2168
    Read More
  3. [mac] OS X 요세미티 사용자가 많이 겪는 버그와 몇몇 불편사항

    Date2015.01.04 CategorySystem/OS Byhooni Views1536
    Read More
  4. [mac] 패키지 매니저, MacPort

    Date2015.01.03 CategorySystem/OS Byhooni Views980
    Read More
  5. [mac] Mac OS 패키지 매니저, HomeBrew

    Date2015.01.03 CategorySystem/OS Byhooni Views1329
    Read More
  6. [linux] CentOS 에 APM 설치하기

    Date2015.01.02 CategorySystem/OS Byhooni Views1699
    Read More
  7. CentOS 에서 Cacti 설치하기

    Date2015.01.02 CategorySystem/OS Byhooni Views1773
    Read More
  8. [svn] 하나의 SVN에서 멀티 저장소 (One svnserve, multiple repositories)

    Date2015.01.02 CategorySystem/OS Byhooni Views1551
    Read More
  9. iptime 공유기 해킹 기술문서

    Date2015.01.01 CategorySystem/OS Byhooni Views1943
    Read More
  10. [svn] Can't convert string from native encoding to 'UTF-8' 메시지가 나오는 경우

    Date2014.12.18 CategorySystem/OS Byhooni Views995
    Read More
  11. [svn] SVN trunk 변경사항 되돌리기 (SVN Rollback)

    Date2014.11.27 CategorySystem/OS Byhooni Views1568
    Read More
  12. SVN(Subversion) 설치와 설정 (sasl 인증 적용 포함)

    Date2014.09.11 CategorySystem/OS Byhooni Views5682
    Read More
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 17 Next
/ 17