proxyvm.py 185 B

12345678
  1. #!/usr/bin/python2 -O
  2. import qubes.vm.netvm
  3. class ProxyVM(qubes.vm.netvm.NetVM):
  4. '''Proxy (firewall/VPN) VM'''
  5. def __init__(self, D):
  6. super(ProxyVM, self).__init__(D)