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 | |
# Transmission address binding & port configurator for transmission-gtk (does not apply to transmission daemon) | |
# | |
# This script relies on my other script, piaport: https://gist.github.com/nphyx/e24c5349469f8dbca627761fafd57fbe | |
# It also requires gawk, and assumes it's in /usr/bin/gawk. If it's somewhere else for you change it. | |
# | |
# It must be run manually whenever VPN goes down and up again. | |
# | |
# You should already have bind-address-ipv4 and bind-address-ipv6 configured in your transmission settings.json! | |
# |
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
commit fdf95587884d38743234a4ff227ac608cb40e5e8 | |
Author: Justen Robertson <[email protected]> | |
Date: Sat Aug 21 00:56:56 2021 -0700 | |
[UPDATE] 0.51.2 | |
diff --git a/PKGBUILD b/PKGBUILD | |
index 8784e1f..6a09041 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD |
OlderNewer