Skip to content

Commit

Permalink
update 2025-01-28 00:24:36
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzok8 committed Jan 27, 2025
1 parent 6035b93 commit 1232519
Show file tree
Hide file tree
Showing 13 changed files with 1,162 additions and 1,252 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,6 @@ return view.extend({
so = ss.taboption('field_source_ip', form.Flag, 'source_ip_is_private', _('Private source IP'),
_('Match private source IP.'));
so.default = so.disabled;
so.rmempty = false;
so.modalonly = true;

so = ss.taboption('field_host', form.DynamicList, 'ip_cidr', _('IP CIDR'),
Expand All @@ -660,7 +659,6 @@ return view.extend({
so = ss.taboption('field_host', form.Flag, 'ip_is_private', _('Private IP'),
_('Match private IP.'));
so.default = so.disabled;
so.rmempty = false;
so.modalonly = true;

so = ss.taboption('field_source_port', form.DynamicList, 'source_port', _('Source port'),
Expand Down
1 change: 1 addition & 0 deletions luci-app-homeproxy/root/etc/config/homeproxy
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ config homeproxy 'infra'
option self_mark '100'
option tproxy_mark '101'
option tun_mark '102'
option github_token ''

config homeproxy 'config'
option main_node 'nil'
Expand Down
Loading

0 comments on commit 1232519

Please sign in to comment.