Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D DnsChanger
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 32
    • Issues 32
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 1
    • Merge requests 1
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • PublicAndroidApps
  • DnsChanger
  • Issues
  • #50
Closed
Open
Created Aug 25, 2017 by Daniel Wolf@dwolfMaintainer

Add root DNS Changing method

Using root you can use iptables to re-route DNS requests for you:

iptables -t nat -A OUTPUT -p udp --dport 53 -j DNAT --to DESTINATION:DESTINATIONPORT
iptables -t nat -A OUTPUT -p tcp --dport 53 -j DNAT --to DESTINATION:DESTINATIONPORT

To make this app a one-for-all solution this should be included (maybe there is another way?
As this requires elevated rights and fiddeling with root it is most likely that this will (if ever) be implemented to the end of the development.

Assignee
Assign to
Time tracking