diff --git a/README.md b/README.md index 0ebb652..d419ccb 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ This is the semi-official, testing Lixonet EE repository. Custom configurations should be supplied in a `lixonet.conf` file in the `name=value` format, such as your subnet. Additionally, a tinc keypair is also be required. +**Generating keypairs for tinc (`tinc.key`)**: + +Source: https://www.tinc-vpn.org/documentation/Generating-keypairs.html + +Run: `tincd -n lixonet -K` + **Configuration options** All options are supplied in the `name=value` format on individual lines, i.e. `name=test_name_lixo` @@ -19,5 +25,7 @@ Given, Then, on the host: 1. Clone this repository: `git clone` -2. `mkdir /etc/lixonet/`, -3. fill out `lixonet.conf` (see: **Configuration options**), supply a `tinc.key`, and run `chmod +x build.sh && ./build.sh` to begin. +2. `mkdir /etc/lixonet/` +3. Fill out `/etc/lixonet/lixonet.conf` (see: **Configuration options**) +4. Supply `/etc/lixonet/tinc.key` +5. Run `chmod +x build.sh && ./build.sh` to deploy the stack on Docker. diff --git a/tinc/lixonet/hosts/test_mane_lixo b/tinc/lixonet/hosts/test_mane_lixo new file mode 100644 index 0000000..aa69b34 --- /dev/null +++ b/tinc/lixonet/hosts/test_mane_lixo @@ -0,0 +1,2 @@ +Cipher = blowfish +Digest = sha1