8000 GitHub - noisysockets/gateway: A WireGuard-Go Docker Image With An Embedded DNS Forwarder.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

noisysockets/gateway

8000

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gateway

A WireGuard-Go Docker Image With An Embedded DNS Forwarder. Suitable for use as a containerized network exit node for Noisy Sockets.

Usage

Make sure you have a WireGuard configuration file named wg0.conf in the current directory, and then run the following command.

This assumes you've configured WireGuard to listen on port 51820, change the port number if you've configured it differently.

docker run -d --rm \
  --cap-add=NET_ADMIN \
  --sysctl=net.ipv4.ip_forward=1 --sysctl=net.ipv4.conf.all.src_valid_mark=1 \
  -p51820:51820/udp \
  -v /dev/net/tun:/dev/net/tun \
  -v $(pwd)/wg0.conf:/etc/wireguard/wg0.conf:ro \
  ghcr.io/noisysockets/gateway:latest

About

A WireGuard-Go Docker Image With An Embedded DNS Forwarder.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 
0