Git Product home page Git Product logo

reverseoperator's Introduction

reverseoperator

Deprecation Notice: This repository is deprecated in favor of dnoxy.

Build Status

A DNS-over-HTTPS server with a Google DNS-over-HTTPS compatible API. Allows you to run your own Google DNS-over-HTTPS compatible server.

This service pairs well with secure-operator, which can act as a DNS-protocol bridge for your local network.

This service is alpha quality. For now, installing from source is the only option; once it is of release quality, releases will be provided.

Installation

Install using go get:

go get -u github.com/fardog/reverseoperator/cmd/reverse-operator

Then either run the built package:

reverse-operator

This will start an HTTP server listening at :80. For usage information, run reverse-operator --help.

Note: Running a service on port 80 requires administrative privileges on most systems. For local development, you may specify a different port using the --listen flag.

Version Compatibility

This package follows semver for its tagged releases. The master branch is always considered stable, but may break API compatibility. If you require API stability, either use the tagged releases or mirror on gopkg.in:

go get -u gopkg.in/fardog/reverseoperator.v0

Caveats

  • No DNS lookup caching is implemented, and likely never will; every request will cause a lookup against the configured upstream DNS servers. If you need caching, it's up to you to configure a caching DNS server (such as dnsmasq) which reverse-operator will request against.

License

   Copyright 2017 Nathan Wittstock

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

The Google DNS-over-HTTPS API is licensed under the Creative Commons Attribution 3.0 License license.

reverseoperator's People

Contributors

fardog avatar

Stargazers

 avatar

Watchers

 avatar  avatar

reverseoperator's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.