- Add VPN client connection to server
- Add firewall forwarding rule for VPN traffic
- Verify the 172.30.0.0/24 is in route table for VPN tun interface
- Add DNS forwarding rule to dnsmasq
/ZONE.jeffheidel.com/172.30.0.254
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
######################################################## | |
# | |
# ## i3_maximize.sh ## | |
# | |
# Implements maximization of a window in i3. | |
# Swaps the focused container into a new workspace and | |
# and restores it when run again. | |
# |