2 커밋 6184d70fb2 ... c342d8d2e8

작성자 SHA1 메시지 날짜
  Oleg Pykhalov c342d8d2e8 apps: cluster1: openvpn-tor-wugi-info: openvpn: Use openvpn-socks. 2 달 전
  Oleg Pykhalov 2f4c4da038 apps: cluster1: openvpn-tor-wugi-info: openvpn: Indent config. 1 개월 전
2개의 변경된 파일12개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      apps/cluster1/openvpn-tor-wugi-info/deployment.yaml
  2. 11 3
      apps/cluster1/openvpn-tor-wugi-info/openvpn.conf

+ 1 - 1
apps/cluster1/openvpn-tor-wugi-info/deployment.yaml

@@ -12,7 +12,7 @@ spec:
       containers:
       - name: openvpn
         command:
-        - /gnu/store/38agwkxz139fh9z0y7g3vqwyli1ldrl7-openvpn-2.6.7/sbin/openvpn
+        - /gnu/store/bjpmnbx40ldw1bqw51c3g0y9xawg891g-openvpn-2.6.7/sbin/openvpn
         args:
         - --config
         - /openvpn.conf

+ 11 - 3
apps/cluster1/openvpn-tor-wugi-info/openvpn.conf

@@ -1,19 +1,27 @@
+verb 3
+
 client
+remote vm1.wugi.info 1196
+
 proto tcp
 dev tunvpn2
 dev-type tun
+
 ca /etc/openvpn/wugi-ca.crt
 cert /etc/openvpn/client.crt
 key /etc/openvpn/client.key
+
 comp-lzo
+
 persist-key
 persist-tun
-verb 3
+
 nobind
+
 ping 5
 ping-restart 10
+
 resolv-retry infinite
-remote vm1.wugi.info 1196
-remote-random
+
 socks-proxy 10.8.14.167 9050
 socks-proxy-retry