├── LICENSE ├── README.md ├── RouterSCRIPTS_Installer.rsc ├── RouterSCRIPTS_Uninstaller.rsc ├── dist.cfg └── src ├── mod-dyndns.txt ├── mod-failover.txt ├── mod-gateway.txt ├── mod-livestream.txt ├── mod-provision.txt └── mod-resolvefqdn.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrostbyteGR/RouterSCRIPTS/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrostbyteGR/RouterSCRIPTS/HEAD/README.md -------------------------------------------------------------------------------- /RouterSCRIPTS_Installer.rsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrostbyteGR/RouterSCRIPTS/HEAD/RouterSCRIPTS_Installer.rsc -------------------------------------------------------------------------------- /RouterSCRIPTS_Uninstaller.rsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrostbyteGR/RouterSCRIPTS/HEAD/RouterSCRIPTS_Uninstaller.rsc -------------------------------------------------------------------------------- /dist.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrostbyteGR/RouterSCRIPTS/HEAD/dist.cfg -------------------------------------------------------------------------------- /src/mod-dyndns.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrostbyteGR/RouterSCRIPTS/HEAD/src/mod-dyndns.txt -------------------------------------------------------------------------------- /src/mod-failover.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrostbyteGR/RouterSCRIPTS/HEAD/src/mod-failover.txt -------------------------------------------------------------------------------- /src/mod-gateway.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrostbyteGR/RouterSCRIPTS/HEAD/src/mod-gateway.txt -------------------------------------------------------------------------------- /src/mod-livestream.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrostbyteGR/RouterSCRIPTS/HEAD/src/mod-livestream.txt -------------------------------------------------------------------------------- /src/mod-provision.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrostbyteGR/RouterSCRIPTS/HEAD/src/mod-provision.txt -------------------------------------------------------------------------------- /src/mod-resolvefqdn.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FrostbyteGR/RouterSCRIPTS/HEAD/src/mod-resolvefqdn.txt --------------------------------------------------------------------------------