美文网首页从代码的世界路过
解决chrome 和 firefox 不能解析 6666 端口

解决chrome 和 firefox 不能解析 6666 端口

作者: ainiok | 来源:发表于2016-11-04 14:13 被阅读1786次
    1、firefox 
    
      在firefox浏览器网址栏输入about:config命令,然后点击回车进入设置界面
    
    ![Paste_Image.png](https://img.haomeiwen.com/i2781384/a0c2c7220c6163f9.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
    
      在打开的页面中点击右键,然后在弹出的菜单中选择新建/字符串”菜单项
    
      在这里输入字符串的为network.security.ports.banned.override,点击确定按钮
    
    
    ![Paste_Image.png](https://img.haomeiwen.com/i2781384/6f190abf773a726e.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
    
    这个值就是你要设置的端口值   这里以6666为例
    
    2、chrome  
    
    在chrome的快捷方式点击右键  ,选择“属性 ”菜单项
    
    然后设置目标的url 
    C:\Users\Huoqing\AppData\Local\Google\Chrome\Application\chrome.exe  --explicitly-allowed-ports=6666,556
    
    多个端口用 " ," 隔开
    
    

    相关文章

      网友评论

        本文标题:解决chrome 和 firefox 不能解析 6666 端口

        本文链接:https://www.haomeiwen.com/subject/nnxwuttx.html