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
3a8f5a2e
Commit
3a8f5a2e
authored
Mar 25, 2021
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add dnsmasq custom config
parent
6e645f8e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
files/dnsmasq/dnsmasq.conf.j2
files/dnsmasq/dnsmasq.conf.j2
+5
-0
variables.yaml
variables.yaml
+2
-0
No files found.
files/dnsmasq/dnsmasq.conf.j2
View file @
3a8f5a2e
...
...
@@ -138,3 +138,8 @@ dhcp-option=42,{{services.address}}
{% endif %}
{% endif %}
{% if dnsmasq.custom is defined and dnsmasq.custom %}
# dnsmasq custom config
{{dnsmasq.custom}}
{% endif %}
variables.yaml
View file @
3a8f5a2e
...
...
@@ -91,6 +91,8 @@ vars:
aptCacher
:
10.0.0.2
# apt-cacher-ng 的地址
pxe
:
10.0.0.3
# pxe 服务器的地址,localhost 为自己搭建,也可以是 address/file 对象的格式
ntp
:
localhost
# ntp 服务器的地址,localhost 为自己搭建
custom
:
|
# custom config here
gdut
:
# 校园网特化使用
remote
:
10.0.3.6
flag
:
2f
...
...
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