Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am feuerrot on github.
  • I am feuerrot (https://keybase.io/feuerrot) on keybase.
  • I have a public key ASC5-AyNKzdc0baAWGJ-l-rfK7FnkFsOznMoGVtyBEjItQo

To claim this, I am signing this object:

@feuerrot
feuerrot / vsftpd.conf
Created December 29, 2018 15:01
vsftpd configuration
listen_ipv6=YES
listen=NO
anonymous_enable=YES
write_enable=YES
local_umask=022
anon_umask=0022
anon_upload_enable=YES
anon_mkdir_write_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
$fn=24;
dim = [50, 50, 50];
wall = 0.3;
hole = [dim.y/11, 0, 3];
difference(){
cylinder(d1=dim.x, d2=dim.y, h=dim.z);
translate([0, 0, wall]) cylinder(d1=dim.x-wall*4, d2=dim.y-wall*4, h=dim.z-wall);
for (r = [7.5:15:360]){
for (h = [wall:2*wall+hole.z:dim.z]) {
server {
server_name example.org;
root /var/www/;
include snippets/default.conf;
include snippets/acme.conf;
include snippets/tls.conf;
location /metrics {
allow 192.0.2.1;