├── .gitignore ├── LICENSE ├── README.md ├── opennic-up ├── opennic-up.conf ├── opennic-up.service └── opennic-up.timer /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kewlfft/opennic-up/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kewlfft/opennic-up/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kewlfft/opennic-up/HEAD/README.md -------------------------------------------------------------------------------- /opennic-up: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kewlfft/opennic-up/HEAD/opennic-up -------------------------------------------------------------------------------- /opennic-up.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kewlfft/opennic-up/HEAD/opennic-up.conf -------------------------------------------------------------------------------- /opennic-up.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kewlfft/opennic-up/HEAD/opennic-up.service -------------------------------------------------------------------------------- /opennic-up.timer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kewlfft/opennic-up/HEAD/opennic-up.timer --------------------------------------------------------------------------------