diff options
Diffstat (limited to 'config/hosts')
-rw-r--r-- | config/hosts/cougar.leap.se.yaml | 4 | ||||
-rw-r--r-- | config/hosts/rocinante.bitrigger.de.yaml | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/config/hosts/cougar.leap.se.yaml b/config/hosts/cougar.leap.se.yaml new file mode 100644 index 00000000..ebd58979 --- /dev/null +++ b/config/hosts/cougar.leap.se.yaml @@ -0,0 +1,4 @@ +--- +openvpn_ports: - 999 + - 1000 +tor: true diff --git a/config/hosts/rocinante.bitrigger.de.yaml b/config/hosts/rocinante.bitrigger.de.yaml new file mode 100644 index 00000000..e83c802a --- /dev/null +++ b/config/hosts/rocinante.bitrigger.de.yaml @@ -0,0 +1,5 @@ +--- +# varac's local machine +openvpn_ports: - 1 + - 2 +tor: true |