summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Expand)Author
2022-10-20initial simple demo providerkwadronaut
2022-07-02re-order roles to account for potential ordering failuresMicah Anderson
2022-07-02update openvpn grafana dashboardMicah Anderson
2022-06-14openvpn: set the local option to bind to the ingress ipMicah Anderson
2022-06-14openvpn: migrate deprecated 'cipher' and add fall-back to old cipherMicah Anderson
2022-06-14Remove unnecessary extra spaces in templateMicah Anderson
2022-06-14Use the bullseye container for openvpnMicah Anderson
2022-06-14Make sure openvpn is restarted when the gw certificate changes.Micah Anderson
2022-06-14Move menshen to be authenticated by the API CA.Micah Anderson
2022-06-10Abstract out simplevpn into its own role.Micah Anderson
2022-06-09Remove unused local configuration directory creation taskMicah Anderson
2022-06-08Update openvpn configuration to allow the UNLIMITED 'name-prefix'.Micah Anderson
2022-05-24Fix custom_vpn_web_domains to work when it is not set.Micah Anderson
2022-05-10Remove unnecessary imports of playbooks.Micah Anderson
2022-05-10Enable an optional custom vpnweb domain.Micah Anderson
2022-02-15MENSHEN_API now needs explicit https:// prefixGui Iribarren
2022-02-13Adjustments to get tests to workMicah Anderson
2022-01-18Switch to using 'ips', which is required by upstream floatMicah Anderson
2021-12-14openvpn: fix for v6 kresd listening and control socket driftMicah Anderson
2021-12-14Fix for incorrectly indented ansibleMicah Anderson
2021-12-14Stabilize the socket related to kresd.Micah Anderson
2021-12-14Set MENSHEN_API environment variable.Micah Anderson
2021-09-14Pin containers to stable versionMicah Anderson
2021-08-31Set default qdisc and sysctl UDP tunins (fixes #7 and fixes #47)Micah Anderson
2021-07-28Add UDP support (fixes #29 and fixes #30).Micah Anderson
2021-07-27Harmonize udp openvpn configuration with tcp config.Micah Anderson
2021-07-27Fix accidental variable expansionMicah Anderson
2021-07-27Fix LHOST binding only to localhost (fixes: #48).Micah Anderson
2021-07-27Add missing templateMicah Anderson
2021-07-20Merge branch 'kresd_exporter' into 'main'kwadronaut
2021-07-20Merge branch 'portchange'Micah Anderson
2021-07-20Fix name of egress script.Micah Anderson
2021-07-20Fix listening address for kresd (fixes: #45)Micah Anderson
2021-07-20Add additional listening ports (#16).Micah Anderson
2021-07-13Change openvpn and shapeshifter default ports (fixes: #16).Micah Anderson
2021-07-13Have shapeshifter listen on ::1 so its available over ipv6 (#40).Micah Anderson
2021-07-06Fix ipv6 gateway address.Micah Anderson
2021-07-06Fix incorrect attribution of the gateway address.Micah Anderson
2021-07-06Rename to gateway_address to egress_ip.Micah Anderson
2021-07-06Block incoming ipv6 traffic to clientsMicah Anderson
2021-07-06Switch to SNAT and simplify the jinja filters.Micah Anderson
2021-07-04Merge branch 'ooni_disable_default' into 'main'micah
2021-06-30Merge branch 'allow_port_53_for_ovpn_clients'Micah Anderson
2021-06-30allow clients to resolve DNS (i.e. query knot-resolver)Gui Iribarren
2021-06-29Merge branch 'fix_openvpn_network6'Micah Anderson
2021-06-29hotfix: remove 'block-ipv6' since ovpn-tcp-server fails with 'Unrecognized op...Gui Iribarren
2021-06-29Disable ooni-probe tests by default (fixes #44).Micah Anderson
2021-06-27hotfix: avoid failing with AnsibleUndefinedVariable: 'openvpn_network6' is un...Gui Iribarren
2021-06-27pass provider_description to produceProviderConfig instead of using hardcoded...Gui Iribarren
2021-06-26Merge branch 'v3api' into 'main'kwadronaut