Compare commits
4 commits
075e4539d0
...
e6dbb84539
| Author | SHA1 | Date | |
|---|---|---|---|
| e6dbb84539 | |||
| 0befad0eae | |||
| 414da103ec | |||
| 3e338ef4ee |
4 changed files with 732 additions and 628 deletions
|
|
@ -1038,6 +1038,13 @@ return view.extend({
|
|||
return true;
|
||||
}
|
||||
|
||||
// fallback
|
||||
o = s.taboption("advanced", form.Flag, "fallback", _("Fallback"),
|
||||
_("Mark this server as a fallback server, use it only when default servers fail."))
|
||||
o.default = o.disabled
|
||||
o.rmempty = true
|
||||
o.modalonly = true
|
||||
|
||||
// other args
|
||||
o = s.taboption("advanced", form.Value, "addition_arg", _("Additional Server Args"),
|
||||
_("Additional Args for upstream dns servers"))
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -108,6 +108,7 @@ define Build/Compile/smartdns-ui
|
|||
CARGO_BUILD_ARGS="$(if $(strip $(RUST_PKG_FEATURES)),--features "$(strip $(RUST_PKG_FEATURES))") --profile $(CARGO_PKG_PROFILE)"
|
||||
+$(CARGO_PKG_VARS) CARGO_BUILD_ARGS="$(CARGO_BUILD_ARGS)" CC=$(TARGET_CC) \
|
||||
PATH="$$(PATH):$(CARGO_HOME)/bin" \
|
||||
AWS_LC_SYS_CFLAGS="-O0" \
|
||||
make -C $(PKG_BUILD_DIR)/plugin/smartdns-ui
|
||||
endef
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue