mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-29 18:33:05 +00:00
Add private_key_path to example config
This commit is contained in:
parent
d56fb1aaa1
commit
07a437c707
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@ server_url: http://127.0.0.1:8080
|
|||
# Address to listen to / bind to on the server
|
||||
listen_addr: 0.0.0.0:8080
|
||||
|
||||
# Private key file which will be
|
||||
# autogenerated if it's missing
|
||||
private_key_path: private.key
|
||||
|
||||
derp:
|
||||
# List of externally available DERP maps encoded in JSON
|
||||
urls:
|
||||
|
|
Loading…
Reference in a new issue