1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Merge pull request #96 from Ysurac/develop

sync
This commit is contained in:
suyuan 2021-03-30 09:36:37 +08:00 committed by GitHub
commit 382e587d9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 19561 additions and 32 deletions

View file

@ -147,9 +147,9 @@
</div>
</fieldset>
<fieldset class="cbi-section" id="server_common">
<legend><%:Common server settings%></legend>
<legend><%:Advanced settings%></legend>
<div class="cbi-value">
<label class="cbi-value-title"><%:Advanced settings%></label>
<label class="cbi-value-title"><%:Show advanced settings%></label>
<div class="cbi-value-field">
<input type="checkbox" class="cbi-input-checkbox" id="showadv" value="1" onclick="jsshowadv()" />
</div>
@ -382,6 +382,24 @@
</div>
</div>
</fieldset>
<fieldset class="cbi-section" id="country">
<legend><%:Country settings%></legend>
<div class="cbi-section-descr"><%:Set configuration for countries with some specificities.%></div>
<div class="cbi-value">
<label class="cbi-value-title"><%:Country%></label>
<div class="cbi-value-field">
<select class="cbi-input-select" name="country" size="1">
<option value="" <% if uci:get("openmptcprouter","settings","country") == nil then %>selected="selected"<% end %>><%:None%></option>
<option value="world" <% if uci:get("openmptcprouter","settings","country") == "world" then %>selected="selected"<% end %>><%:World%></option>
<option value="china" <% if uci:get("openmptcprouter","settings","country") == "china" then %>selected="selected"<% end %>><%:China%></option>
</select>
<br />
<div class="cbi-value-description">
<%:For China, set an accessible DNS and disable DNSSEC.%>
</div>
</div>
</div>
</fieldset>
</span>
<hr />
<fieldset class="cbi-section" id="laninterfaces">