Skip to content
View stefb69's full-sized avatar
Block or Report

Block or report stefb69

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Simple and per location customizable... Simple and per location customizable LDAP Authentication for nginx, using embedded perl and ngx_http_auth_request_module
    1
    #!/usr/bin/perl
    2
    package LDAPAuth;
    3
    
                  
    4
    use nginx;
    5
    use Authen::Simple::LDAP;
  2. GeoIP postfwd2 plugin GeoIP postfwd2 plugin
    1
    #Example usage
    2
    id=SASL_003
    3
    	HIT_dnsbls >= 2
    4
    	sasl_username =~ /^(.+)$/
    5
            client_country_code !~ /^(FR|IL|US|UK|CA|BE|CH|IT)$/
  3. Mail to fax gateway script for franc... Mail to fax gateway script for france free.fr free fax service
    1
    #!/usr/bin/perl
    2
    # mail2fax_free.pl stefb69
    3
    #
    4
    use strict;
    5
    use warnings;
  4. cloud_ddns cloud_ddns Public

    Forked from douglin/cloud_ddns

    Setup a custom dynamic DNS for instances in an OpenStack cloud

    Python

  5. epochism epochism Public archive

    Digital Religion

    1 3

  6. SmartESS-proxy SmartESS-proxy Public

    Forked from Paxy/SmartESS-proxy

    SmartESS (NEXT Victor Max 10.2kW) to MQTT & Prometheus proxy

    Java