Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(dns): support tun dns hijack #651

Merged
merged 2 commits into from
Nov 19, 2024
Merged

feat(dns): support tun dns hijack #651

merged 2 commits into from
Nov 19, 2024

Conversation

ibigbug
Copy link
Member

@ibigbug ibigbug commented Nov 19, 2024

🤔 This is a ...

  • New feature
  • Bug fix
  • Performance optimization
  • Enhancement feature
  • Refactoring
  • Code style optimization
  • Test Case
  • Branch merge
  • Workflow
  • Other (about what?)

🔗 Related issue link

closed #590

💡 Background and solution

📝 Changelog

tun:
  enable: true
  device-id: "dev://utun1989"
  route-all: true
  gateway: "198.19.0.1/32"
  so-mark: 3389
+  dns-hijack: true

☑️ Self-Check before Merge

⚠️ Please check all items below before requesting a reviewing. ⚠️

  • Doc is updated/provided or not needed
  • Changelog is provided or not needed

@ibigbug ibigbug merged commit bc7c20b into master Nov 19, 2024
28 checks passed
@ibigbug ibigbug deleted the dns-hijack branch November 19, 2024 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can TUN mode supports DNS hijacking
1 participant