add minecraft protocol
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"log": {
|
||||
"level": "info"
|
||||
},
|
||||
"inbounds": [
|
||||
{
|
||||
"type": "mixed",
|
||||
"tag": "mixed-in",
|
||||
"listen": "127.0.0.1",
|
||||
"listen_port": 1080
|
||||
}
|
||||
],
|
||||
"outbounds": [
|
||||
{
|
||||
"type": "minecraft",
|
||||
"tag": "mc-out",
|
||||
"server": "127.0.0.1",
|
||||
"server_port": 25565,
|
||||
"username": "Steve",
|
||||
"password": "my-secret-password"
|
||||
},
|
||||
{
|
||||
"type": "direct",
|
||||
"tag": "direct"
|
||||
}
|
||||
],
|
||||
"route": {
|
||||
"rules": [
|
||||
{
|
||||
"inbound": "mixed-in",
|
||||
"outbound": "mc-out"
|
||||
}
|
||||
],
|
||||
"final": "direct"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user