📜  如何使用代客向外部共享 localhost url - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:44.154000             🧑  作者: Mango

代码示例1
# Localhost Domain - yourdomain.test

valet secure yourdomain.test

valet share https://yourdomain.test

# an ngrock URL would be available - 
https://1bba-103-108-147-143.ngrok.io

# Get details implementation of this with more instructions - 
https://stackoverflow.com/a/69550285/5543577