Oleg Pykhalov 7ffa473e13 apps: cluster1: tor-controller-instance: README: Use apply. | hace 5 meses | |
---|---|---|
.. | ||
README.md | hace 5 meses | |
kustomization.yaml | hace 1 año | |
namespace.yaml | hace 1 año | |
tor.yaml | hace 11 meses |
cat <<EOF | kubectl apply -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