├── .gitignore ├── .htaccess ├── LICENSE ├── README.md ├── index.php └── options.php /.gitignore: -------------------------------------------------------------------------------- 1 | .idea -------------------------------------------------------------------------------- /.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alpine418/ReverseProxy-PlausibleAnalytics/HEAD/.htaccess -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alpine418/ReverseProxy-PlausibleAnalytics/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alpine418/ReverseProxy-PlausibleAnalytics/HEAD/README.md -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alpine418/ReverseProxy-PlausibleAnalytics/HEAD/index.php -------------------------------------------------------------------------------- /options.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alpine418/ReverseProxy-PlausibleAnalytics/HEAD/options.php --------------------------------------------------------------------------------