core-admin/qubes/vm/proxyvm.py

10 lines
211 B
Python
Raw Normal View History

2014-11-13 14:38:41 +01:00
#!/usr/bin/python2 -O
2015-01-19 18:03:23 +01:00
# vim: fileencoding=utf-8
2014-11-13 14:38:41 +01:00
import qubes.vm.netvm
class ProxyVM(qubes.vm.netvm.NetVM):
2014-11-13 18:10:27 +01:00
'''Proxy (firewall/VPN) VM'''
2014-11-13 14:38:41 +01:00
def __init__(self, D):
super(ProxyVM, self).__init__(D)