Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
lilypad
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leap
Container Platform
lilypad
Commits
6aa856be
Commit
6aa856be
authored
3 weeks ago
by
sgk
Browse files
Options
Downloads
Patches
Plain Diff
plugins/action/simplevpn.py - tag public bucket as default for gateways
parent
27314b92
Branches
fix/buckets-default-public
No related tags found
1 merge request
!112
Draft: plugins/action/simplevpn.py - tag public bucket as default for gateways
Pipeline
#261063
passed
3 weeks ago
Stage: float-run-validation
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plugins/action/simplevpn.py
+1
-1
1 addition, 1 deletion
plugins/action/simplevpn.py
with
1 addition
and
1 deletion
plugins/action/simplevpn.py
+
1
−
1
View file @
6aa856be
...
...
@@ -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
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment