window版
到官網申請帳號並下載
使用cmd 目錄切到剛下載的exe
輸入
ngrok config add-authtoken {在官網內找到的token碼}
完成設定
使用方法1 對外開port
ngrok http 3000
使用方法2 設定有帳號密碼的連線
ngrok http 3001 --basic-auth="name:keyword"
到官網申請帳號並下載
使用cmd 目錄切到剛下載的exe
輸入
ngrok config add-authtoken {在官網內找到的token碼}
完成設定
使用方法1 對外開port
ngrok http 3000
使用方法2 設定有帳號密碼的連線
ngrok http 3001 --basic-auth="name:keyword"