Skip to content

Instantly share code, notes, and snippets.

View zer0fuckz's full-sized avatar
🎯
Focusing

Dat Browsky zer0fuckz

🎯
Focusing
View GitHub Profile
#!/bin/bash
modprobe ipv6
modprobe udp_tunnel
modprobe ip6_udp_tunnel
ip link add dev wg0 type wireguard
wg setconf wg0 /etc/wireguard/config
wg showconf wg0
brctl addbr internet
brctl stp internet on
ip link set up dev wg0