Giter Site home page Giter Site logo

Usage about warpy HOT 1 CLOSED

dragon-born avatar dragon-born commented on May 23, 2024
Usage

from warpy.

Comments (1)

Dragon-Born avatar Dragon-Born commented on May 23, 2024

@psamim
Yes that's right.

It's very simple if you're using Windows or macOS, open the WireGuard GUI and click on

Add Tunnel -> Add empty tunnel

and paste the whole displayed config there.

If you're on GNU/Linux create the /etc/wireguard/wg0.conf file with the following contents:

[Interface]
PrivateKey = <your private key here>
Address = 172.16.0.2
DNS = 1.1.1.1
[Peer]
PublicKey = <your public key here>
Endpoint = engage.cloudflareclient.com:2408
AllowedIPs = 0.0.0.0/0

make sure your config file has the right permissions:

chmod 600 /etc/wireguard/wg0.conf

Now you can activate the wg0 interface on your client device using the sudo wg-quick up wg0 command.

from warpy.

Related Issues (4)

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.