Skip to content
Snippets Groups Projects
Commit 6aa856be authored by sgk's avatar sgk
Browse files

plugins/action/simplevpn.py - tag public bucket as default for gateways

parent 27314b92
No related tags found
1 merge request!112Draft: plugins/action/simplevpn.py - tag public bucket as default for gateways
Pipeline #261063 passed
......@@ -142,7 +142,7 @@ def produce_eip_config(config, obfs4_state_dir, public_domain, transports, hostv
"ip_address": first_ipv4(v.get("ips")),
"ip_address6": first_ipv6(v.get("ips")),
"location": v.get("location", "Unknown"),
"bucket": v.get("bucket", ""),
"bucket": v.get("bucket", "public"),
"capabilities": {
"adblock": False,
"filter_dns": False,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment