添加了spark的快捷访问方式
This commit is contained in:
@@ -246,6 +246,28 @@
|
||||
],
|
||||
"udp": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"tag": "external_spark_ssh",
|
||||
"listen": "0.0.0.0",
|
||||
"port": 38659,
|
||||
"protocol": "dokodemo-door",
|
||||
"settings": {
|
||||
"address": "127.0.0.1",
|
||||
"port": 38659,
|
||||
"network": "tcp"
|
||||
}
|
||||
},
|
||||
{
|
||||
"tag": "external_spark_rdp",
|
||||
"listen": "0.0.0.0",
|
||||
"port": 38660,
|
||||
"protocol": "dokodemo-door",
|
||||
"settings": {
|
||||
"address": "127.0.0.1",
|
||||
"port": 38660,
|
||||
"network": "tcp"
|
||||
}
|
||||
}
|
||||
],
|
||||
"outbounds": [
|
||||
@@ -371,6 +393,14 @@
|
||||
],
|
||||
"outboundTag": "portal"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"inboundTag": [
|
||||
"external_spark_ssh",
|
||||
"external_spark_rdp"
|
||||
],
|
||||
"outboundTag": "portal"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"inboundTag": [
|
||||
|
||||
Reference in New Issue
Block a user