Smarthost - 单域名多IP共存解决方案


MIT
Windows
C#

软件简介

Fiddler 自定义单域名多IP共存解决方案插件

**

An IP/Domain Remap Extension for Fiddler

Introduction

  1. It’s an extension for fiddler
  2. A single Domain can be mapped to multiple host without changing the system host but select the ip/domain pair at client.
  3. Suitable for Mobile webpage development
  4. WIFI environment is better

Usage

  1. Fiddler 2.4.1.1 is required
  2. Close Fiddler first
  3. Click Smarthost.exe to install
  4. Smarthost Menuitem will be placed At the main menubar of Fiddler
  5. check Enabled to make this extension work
  6. Config the hosts you want to remap from Smarthost->Config Host
  7. Set default proxy to fiddler then visit http://smart.host or http://config.qq.com
  8. Click submit button to make it work

Compile Note

  1. .Net framework 2.0 SDK is required http://www.microsoft.com/en-us/download/details.aspx?id=19988
  2. NSIS Unicode is required http://code.google.com/p/unsis/downloads/list
  3. Change Path Value in make.cmd file
  4. Let csc.exe and makensis.exe in your PATH ENV(.ie include Path_to_Microsoft.NET\Framework\Version_Number? and Path_to_NSIS in your path)
  5. Run Make.cmd in src folder
  6. Smarthost.dll and Smarthost.exe will be placed at obj folder if no error occurred

**