Skip to content

Commit

Permalink
flux/entry dashboard_port = $(expr $PORT_VNC - 2) #10080
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Dec 5, 2023
1 parent 5a7169d commit 9c135e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flux/src/entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ function frp(){
# frps.ini
echo """
[common]
bind_port = 10080
dashboard_port = 10079 #10080 forbid by browser
bind_port = $(expr $PORT_VNC - 1)
dashboard_port = $(expr $PORT_VNC - 2) #10080 forbid by browser
# dashboard's username and password are both optional
dashboard_user = headless
dashboard_pwd = headless
Expand Down

0 comments on commit 9c135e8

Please sign in to comment.