Oleg Pykhalov 37162a8b7b apps: cluster1: tor-controller-instance: tor: Fix syntax. il y a 9 mois
..
README.md 320050d704 apps: cluster1: tor-controller-instance: Hide bridges. il y a 9 mois
kustomization.yaml ddf4e05f65 apps: cluster1: Add tor-controller-instance. il y a 10 mois
namespace.yaml ddf4e05f65 apps: cluster1: Add tor-controller-instance. il y a 10 mois
tor.yaml 37162a8b7b apps: cluster1: tor-controller-instance: tor: Fix syntax. il y a 9 mois

README.md

cat <<EOF | kubectl create -f -
apiVersion: v1
kind: ConfigMap
metadata:
  name: tor-configuration
  namespace: tor-controller-instance
data:
  torrc: |
    ExitNodes {nl},{fr},{de}
    UseBridges 1
    ClientTransportPlugin obfs4 exec /usr/local/bin/obfs4proxy
    Bridge $(pass show tor/bridge/1)
    Bridge $(pass show tor/bridge/2)
EOF