edgevpn
edgevpn copied to clipboard
listen tcp :8080: bind: Only one usage of each socket address (protocol/network address/port) is normally permitted.
Hi @vip123456789,
Can you provide the full log? from the title I can only guess that you have somehow opened it up two times, or the api port default is already taken (8080)
edgevpn proxy --config vpn.yaml When I run this command without "--api", it will also start a http server on :8080
By the way, I want to know how to use the proxy function, thank you!