| 
 | 
 
 本帖最后由 明月 于 2019-4-15 19:44 编辑  
 
现在vps上有两ip 一主一副,正常一键安装后只能用主ip访问ip.cn网页,如何使用副ip来访问IP.CN?该如何修改?在服务器段改还是客户端那里改? 
 
客户端代码如下: 
{ 
  "log": { 
    "access": "", 
    "error": "", 
    "loglevel": "warning" 
  }, 
  "inbounds": [ 
    { 
      "port": 1088, 
      "listen": "0.0.0.0", 
      "protocol": "socks", 
      "sniffing": { 
        "enabled": true, 
        "destOverride": [ 
          "http", 
          "tls" 
        ] 
      }, 
      "settings": { 
        "auth": "noauth", 
        "udp": true, 
        "ip": null, 
        "clients": null 
      }, 
      "streamSettings": null 
    } 
  ], 
  "outbounds": [ 
    { 
      "tag": "proxy", 
      "protocol": "vmess", 
      "settings": { 
        "vnext": [ 
          { 
            "address": "80.240.xxx.123", 
            "port": 49521, 
            "users": [ 
              { 
                "id": "40eca044-5e54-11e9-ac25-560001fe2f13", 
                "alterId": 16, 
                "email": "t@t.tt", 
                "security": "aes-128-gcm" 
              } 
            ] 
          } 
        ], 
        "servers": null, 
        "response": null 
      }, 
      "streamSettings": { 
        "network": "kcp", 
        "security": "", 
        "tlsSettings": null, 
        "tcpSettings": null, 
        "kcpSettings": { 
          "mtu": 1350, 
          "tti": 50, 
          "uplinkCapacity": 12, 
          "downlinkCapacity": 100, 
          "congestion": false, 
          "readBufferSize": 2, 
          "writeBufferSize": 2, 
          "header": { 
            "type": "wechat-video", 
            "request": null, 
            "response": null 
          } 
        }, 
        "wsSettings": null, 
        "httpSettings": null 
      }, 
      "mux": { 
        "enabled": true 
      } 
    }, 
    { 
      "tag": "direct", 
      "protocol": "freedom", 
      "settings": { 
        "vnext": null, 
        "servers": null, 
        "response": null 
      }, 
      "streamSettings": null, 
      "mux": null 
    }, 
    { 
      "tag": "block", 
      "protocol": "blackhole", 
      "settings": { 
        "vnext": null, 
        "servers": null, 
        "response": { 
          "type": "http" 
        } 
      }, 
      "streamSettings": null, 
      "mux": null 
    } 
  ], 
  "dns": null, 
  "routing": { 
    "strategy": "rules", 
    "settings": { 
      "domainStrategy": "IPIfNonMatch", 
      "rules": [] 
    } 
  } 
} |   
 
 
 
 |