diff options
author | varac <varacanero@zeromail.org> | 2012-09-20 11:49:24 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2012-09-20 11:49:24 +0200 |
commit | 33ed5aadaa9080d8c424a9b626cbf7fb9422dedc (patch) | |
tree | 9d47086f1b7dc493f66525d365b32eb8d9326489 /config/hosts | |
parent | c255a6a8772684397f545a560119428ac44993ca (diff) |
config dir
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 |