iptables rule

This commit is contained in:
deflax 2016-02-15 13:04:29 +02:00
parent fb6f43aadd
commit f69a67b8ac
2 changed files with 5 additions and 4 deletions

View file

@ -9,5 +9,7 @@ Python RESTful API for managing a grid of vm slaves
4. create nginx vhost via the provided template files:
- config.ini.dist
- nginx_example_vhost.txt
5. o/
5. make sure this iptables rule is included:
iptables -A tcp_inbound -p TCP --match multiport --dports 6900:8000 -j ACCEPT #vnc range
6. o/
```

View file

@ -23,6 +23,5 @@ def spawn(target, options):
args = shlex.split(command_line)
p = subprocess.Popen(args)
print('spawned!')
:w
except:
raise