Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Warning]Router: invalid network mask: 128 #273

Closed
wenjinlibug opened this issue Oct 19, 2016 · 3 comments
Closed

[Warning]Router: invalid network mask: 128 #273

wenjinlibug opened this issue Oct 19, 2016 · 3 comments

Comments

@wenjinlibug
Copy link

wenjinlibug commented Oct 19, 2016

V2Ray v2.3.3 (One for all) 20161018

{
"log": {
"loglevel": "warning"
},
"inbound": {
"port": x,
"listen": "127.0.0.1",
"protocol": "socks",
"settings": {
"auth": "noauth",
"udp": true,
"ip": "127.0.0.1"
}
},
"outbound": {
"protocol": "vmess",
"settings": {
"vnext": [
{
"address": "x.x.x.x",
"port": x,
"users": [
{
"id": "x-x-x-x-x",
"level": 1,
"alterId": 64
}
]
}
]
},
"streamSettings": {
"network": "kcp"
}
},
"outboundDetour": [
{
"protocol": "freedom",
"settings": {},
"tag": "direct"
}
],
"dns": {
"servers": [
"8.8.8.8"
]
},
"routing": {
"strategy": "rules",
"settings": {
"domainStrategy": "IPIfNonMatch",
"rules": [
{
"type": "field",
"port": "1-52",
"outboundTag": "direct"
},
{
"type": "field",
"port": "54-79",
"outboundTag": "direct"
},
{
"type": "field",
"port": "81-442",
"outboundTag": "direct"
},
{
"type": "field",
"port": "444-65535",
"outboundTag": "direct"
},
{
"type": "chinasites",
"outboundTag": "direct"
},
{
"type": "field",
"ip": [
"0.0.0.0/8",
"10.0.0.0/8",
"100.64.0.0/10",
"127.0.0.0/8",
"169.254.0.0/16",
"172.16.0.0/12",
"192.0.0.0/24",
"192.0.2.0/24",
"192.168.0.0/16",
"198.18.0.0/15",
"198.51.100.0/24",
"203.0.113.0/24",
"::1/128",
"fc00::/7",
"fe80::/10"
],
"outboundTag": "direct"
},
{
"type": "chinaip",
"outboundTag": "direct"
}
]
}
},
"transport": {
"kcpSettings": {
"uplinkCapacity": 1,
"downlinkCapacity": 3,
"header": {
"type": "srtp"
}
}
}
}

@v2ray
Copy link
Collaborator

v2ray commented Oct 19, 2016

如果不使用 IPv6 的话,这个问题可以忽略,会在下一版本修复。

@ghost
Copy link

ghost commented Oct 24, 2016

删掉行“::1/128,”,如果服务器没启用IPv6。

@v2ray
Copy link
Collaborator

v2ray commented Nov 8, 2016

Fixed.

@v2ray v2ray closed this as completed Nov 8, 2016
3gZ2jA pushed a commit to 3gZ2jA/v2ray-core that referenced this issue Oct 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant