Fixed some stuff with bar assisant and moved to torguard
This commit is contained in:
@@ -19,13 +19,15 @@ services:
|
||||
- /dev/net/tun:/dev/net/tun
|
||||
environment:
|
||||
VPN_TYPE: wireguard
|
||||
VPN_SERVICE_PROVIDER: mullvad
|
||||
VPN_SERVICE_PROVIDER: custom
|
||||
WIREGUARD_PRIVATE_KEY: "{{ wireguard_private_key }}"
|
||||
WIREGUARD_ADDRESSES: "10.65.208.63/32"
|
||||
FIREWALL_VPN_INPUT_PORTS: {{ vpn_listen_port }}
|
||||
SERVER_CITIES: "Chicago IL"
|
||||
WIREGUARD_PUBLIC_KEY: "1N3x3+Ojc8jONodU0eBnLth3qcmrdlrNK9tkUnVGHT4="
|
||||
WIREGUARD_ADDRESSES: "10.13.128.85/24"
|
||||
VPN_ENDPOINT_IP: "67.213.221.27"
|
||||
VPN_ENDPOINT_PORT: "1443"
|
||||
FIREWALL_VPN_INPUT_PORTS: "42382"
|
||||
DOT: "off"
|
||||
DNS_ADRESS: 10.64.0.1
|
||||
DNS_ADDRESS: "10.8.0.1"
|
||||
TZ: "{{ timezone }}"
|
||||
HTTPPROXY: "on"
|
||||
HTTPPROXY_USER: httpproxy
|
||||
|
@@ -1,8 +1,8 @@
|
||||
wireguard_private_key: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
65383135373732636133653063333264383865326430333138616332623265323439626461343334
|
||||
6234313462303563623861386234626237633436306233330a633334366166323166666661623039
|
||||
63323935383961663266393038636333633134643263633939653537663232643137653566343630
|
||||
6664613634356336320a626561313062393862353535653864306233353033613065323963613664
|
||||
66646333313761633230366466663636376566616338663866623463643339356466616166616635
|
||||
3164626266653965343230613764303564653061313262656334
|
||||
30613633303762653461333565623032326463643035353238366166353732383465663330633838
|
||||
6463336665386639326230663838343230613765313963350a306131663930323036313136396565
|
||||
39393264353936633833373861666132373663636561653832393130653233376134376262306166
|
||||
3036653365636661660a313463653933666334383530386461613339373632646166623337333863
|
||||
38393037343135326332343263373933336132633930326532616361333330333835366638333633
|
||||
6239313662373530333662643931663639323863366438613865
|
||||
|
Reference in New Issue
Block a user