Skip to content

Commit

Permalink
chore(config): add a preset dns_rule for outbound: any
Browse files Browse the repository at this point in the history
  • Loading branch information
muink committed Aug 10, 2024
1 parent 895a84f commit 4fb7e74
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions root/etc/config/homeproxy
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,10 @@ config homeproxy 'server'
option enabled '0'
option auto_firewall '0'

config dns_rule 'nodes_domain'
option label 'NodesDomain'
option enabled '1'
option mode 'default'
list outbound 'any-out'
option server 'default-dns'

0 comments on commit 4fb7e74

Please sign in to comment.