Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
demonstan committed Jan 22, 2023
1 parent 64d363c commit 781678d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,8 @@ function get_panel_info() {
# 输入节点 ID
read -rp "请输入节点 ID:" node_id
# 输入节点类型, 默认 "B"
read -rp "请输入节点类型(默认 B):" node_type
[ -z "$node_type" ] && node_type="B"
read -rp "请输入节点类型(默认 B):" node_class
[ -z "$node_class" ] && node_class="B"
}

function port_exist_check() {
Expand Down
2 changes: 1 addition & 1 deletion xray_tls_ws_mix-rprx-direct.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"inbounds": [
{
"port": 443,
"protocol": "vless",
"protocol": "trojan",
"settings": {
"clients": [
{
Expand Down

0 comments on commit 781678d

Please sign in to comment.