Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
leap
Container Platform
lilypad
Commits
7347c0e3
Commit
7347c0e3
authored
Jul 27, 2021
by
micah
💬
Browse files
Merge branch 'feat/udp' into 'main'
Expose UDP ports in eip-service.json See merge request
!47
parents
540b5e74
0eef3f66
Pipeline
#62716
passed with stage
in 18 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
plugins/action/simplevpn.py
View file @
7347c0e3
...
...
@@ -129,6 +129,7 @@ class ActionModule(ActionBase):
provider_description
=
self
.
_task
.
args
[
'provider_description'
]
transports
=
self
.
_task
.
args
.
get
(
'transports'
,
[
dict
(
type
=
"openvpn"
,
protocols
=
[
"tcp"
],
ports
=
[
"53"
,
"80"
,
"1194"
]),
dict
(
type
=
"openvpn"
,
protocols
=
[
"udp"
],
ports
=
[
"53"
,
"80"
,
"1194"
]),
dict
(
type
=
"obfs4"
,
protocols
=
[
"tcp"
],
ports
=
[
"443"
]),
])
gateways
=
self
.
_task
.
args
[
'gateways'
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment