Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
nextgen-router
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
nextgen-router
Commits
728244ae
Commit
728244ae
authored
Feb 06, 2025
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updates
parent
6ded7cc6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
network.yaml
network.yaml
+2
-2
tasks/mcnetwork-install-process.yaml
tasks/mcnetwork-install-process.yaml
+1
-1
variables.yaml
variables.yaml
+2
-0
No files found.
network.yaml
View file @
728244ae
...
...
@@ -128,8 +128,8 @@
send host-name = gethostname();
request subnet-mask, broadcast-address, routers;
bootp-broadcast-always;
timeout
300
;
timeout
{{dhcp_timeout | default(30)}}
;
retry {{dhcp_retry | default(60)}};
{% for br in bridges %}
{% if br.dhclient is defined and br.dhclient %}
interface "{{br.name}}" {
...
...
tasks/mcnetwork-install-process.yaml
View file @
728244ae
...
...
@@ -6,7 +6,7 @@
-
git-registry.moenext.com/railgun/ocserv
-
git-registry.moenext.com/railgun/openconnect
-
git-registry.moenext.com/nanahira/gost
-
git-registry.moenext.com/railgun/tun:
new
-
git-registry.moenext.com/railgun/tun:
rust
# - git-registry.moenext.com/railgun/railgun-routing-client
-
name
:
Add warp-proxy image to mcnetwork_docker_images if architecture is x86_64
set_fact
:
...
...
variables.yaml
View file @
728244ae
...
...
@@ -18,6 +18,8 @@ vars:
tag
:
41
-
link
:
bond0
tag
:
46
dhcp_timeout
:
30
# DHCP超时
dhcp_retry
:
60
# DHCP重试间隔
bridges
:
# bridge,IP只能在这里配
-
name
:
brlan
# 名称
links
:
...
...
Write
Preview
Markdown
is supported
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