blob: e8384a4f820971c9a5e9b28cec77d65ef4c7f4c0 (
plain)
1
2
3
4
5
6
7
8
|
# Set the port to listen on for incoming VPN packets.
# Remote nodes will automatically be informed about the new port number,
# but you might want to configure this in order to set external firewall
# settings.
PORT="41641"
# Extra flags you might want to pass to tailscaled.
FLAGS=""
|