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/sh | |
apk add --update ifupdown-ng-wireguard iptables | |
# Enable forwarding | |
sysctl net.ipv4.ip_forward=1 | |
# persist | |
echo net.ipv4.ip_forward = 1 >/etc/sysctl.d/40_forward.conf | |
rc-update add sysctl |
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
; Created by Skrit | |
; License: The Unlicense | |
; | |
; Dependencies: ffplay(ffmpeg) | |
; | |
; Description: Script allows to create an overlay of various elements from PoE window. | |
; Using advanced filtergraph syntax and many of ffmpeg filters you can make virtually any element appear | |
; as an overlay anywhere on the screen: https://ffmpeg.org/ffmpeg-filters.html#Filtergraph-description | |
; Example code creates a simple energy shield bar and shows flasks above the character head. | |
; Example config assumes 1920x1080 and ES bar works best for CI characters, |