Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.travis.yml #14

Merged
merged 12 commits into from Aug 8, 2018
7 changes: 7 additions & 0 deletions .travis.yml
@@ -0,0 +1,7 @@
sudo: required

language: bash

script:
- ./test

2 changes: 2 additions & 0 deletions README.md
@@ -1,6 +1,8 @@
exitnode
========

[![Build Status](https://travis-ci.org/sudomesh/exitnode.svg?branch=master)](https://travis-ci.org/sudomesh/exitnode)

# Intro #

Our exit node is currently a single relay and exit server. All of the public traffic on peoplesopen.net access points is routed over an l2tp tunnel with tunneldigger through our exit server.
Expand Down
9 changes: 9 additions & 0 deletions test
@@ -0,0 +1,9 @@
#!/usr/bin/env bash

THIS_DIR="${BASH_SOURCE%/*}"

# TODO: test exitnode thoroughly
# ideas:
# * test systemd service files for syntax correctness
# * run create_exitnode.sh in a docker container, then make sure it runs well