Bobinas P4G
  • Login
  • Public

    • Public
    • Groups
    • Popular
    • People

Conversation

Notices

  1. sariya, tired af 😴🎶 (tastymochafox@vulpine.club)'s status on Wednesday, 10-Jul-2019 03:49:55 UTC sariya, tired af 😴🎶 sariya, tired af 😴🎶
    • Dorky moo girl

    iterating on @maxine's location block to drop Gab user agents trying to fetch things from your nginx, I wrote a quick config snippet to dump all Gab user agents log lines to a file on their own (i.e. for automated iptables blocking, or some other clever solution.)

        log_format gab '$remote_addr - $remote_user [$time_local] '
    '"$request" $status $body_bytes_sent '
    '"$http_referer" "$http_user_agent"';
    map $http_user_agent $gabuser {
    ~*(gabsocial) 1;
    default 0;
    }
    access_log /var/log/nginx/gabusers.log gab if=$gabuser;

    In conversation Wednesday, 10-Jul-2019 03:49:55 UTC from vulpine.club permalink
    • Laurelai Bailey repeated this.

Feeds

  • Activity Streams
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • Privacy
  • Source
  • Version
  • Contact

Bobinas P4G is a social network. It runs on GNU social, version 2.0.1-beta0, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Bobinas P4G content and data are available under the Creative Commons Attribution 3.0 license.