Initial commit

This commit is contained in:
Juan Font Alonso 2020-06-21 12:32:08 +02:00
parent ecf9c9b3db
commit 7198c8bd77
10 changed files with 1147 additions and 2 deletions

11
config.json.example Normal file
View file

@ -0,0 +1,11 @@
{
"server_url": "http://192.168.1.12:8000",
"listen_addr": "0.0.0.0:8000",
"private_key_path": "private.key",
"public_key_path": "public.key",
"db_host": "localhost",
"db_port": 5432,
"db_name": "headscale",
"db_user": "foo",
"db_pass": "bar"
}