• 0 Posts
  • 2 Comments
Joined 2 years ago
cake
Cake day: August 29th, 2023

help-circle
  • I am using wireguard in docker to connect from anywhere to my locals network. https://github.com/linuxserver/docker-wireguard?tab=readme-ov-file#usage Set the variable INTERNAL_SUBNET to your local IP range. For me it was 192.168.178.0 And set a folder you can reach as it’s working folder. And your done for setting the wireguard server.

    Need yo allow your server to be reachable from the web to wire guard ports. I guess you know how to since you did for you website.

    To add clients (I have android and Linux) you go fetch the config on you server. If you went for numbered peers it look like peer4.conf and you use these file to allow clients to connect.

    Edit : I missread you don’t ask for help.nice site by the way