Skip to content

Instantly share code, notes, and snippets.

@Strykar
Created March 10, 2019 19:41
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Strykar/e5c0e32ef21f3d9f04eab3e42349f9d0 to your computer and use it in GitHub Desktop.
Save Strykar/e5c0e32ef21f3d9f04eab3e42349f9d0 to your computer and use it in GitHub Desktop.
anycast.slackware.in
bind 2a07:1c44:4800::1
log logs/mysite.log
tls {
dns vultr
}
proxy / localhost:81 localhost:82 localhost:83 localhost:84 localhost:85 {
}
header / {
-Server
Strict-Transport-Security "max-age=31536000;"
X-XSS-Protection "1; mode=block"
X-Content-Type-Options "nosniff"
X-Frame-Options "DENY"
Expect-CT "enforce; max-age=3600"
X-POP-Tag "Vultr-FRA-EU1"
Referrer-Policy "no-referrer-when-downgrade"
Feature-Policy "accelerometer 'none' ; ambient-light-sensor 'none' ; autoplay 'self' ; camera 'none' ; encrypted-media 'none' ; fullscreen 'self' ; geolocation 'none' ; gyroscope 'none' ; magnetometer 'none' ; microphone 'none' ; midi 'none' ; payment 'self' ; picture-in-picture * ; speaker 'self' ; sync-xhr 'none' ; usb 'none' ; notifications 'self' ; vibrate 'self' ; push 'self' ; vr 'none'"
Content-Security-Policy "
default-src 'self';
style-src 'self' bootstrapcdn.com *.bootstrapcdn.com slackware.in *.slackware.in;
script-src 'self' bootstrapcdn.com *.bootstrapcdn.com googleapis.com *.googleapis.com slackware.in *.slackware.in;
font-src 'self' bootstrapcdn.com *.bootstrapcdn.com slackware.in *.slackware.in;
img-src data: 'self' imgur.com *.imgur.com slackware.in *.slackware.in;
form-action 'self';
connect-src 'self' pokeapi.co slackware.in *.slackware.in;
frame-ancestors 'none';
report-uri {$CSP_REPORT_URI}
"
}
mime {
.atom application/atom+xml
.json application/json
.map application/json
.topojson application/json
.jsonld application/ld+json
.rss application/rss+xml
.geojson application/vnd.geo+json
.rdf application/xml
.xml application/xml
.js application/javascript
.webmanifest application/manifest+json
.webapp application/x-web-app-manifest+json
.appcache text/cache-manifest
.mid audio/midi
.midi audio/midi
.kar audio/midi
.aac audio/mp4
.f4a audio/mp4
.f4b audio/mp4
.m4a audio/mp4
.mp3 audio/mpeg
.oga audio/ogg
.ogg audio/ogg
.opus audio/ogg
.ra audio/x-realaudio
.wav audio/x-wav
.bmp image/bmp
.gif image/gif
.jpeg image/jpeg
.jpg image/jpeg
.png image/png
.svg image/svg+xml
.svgz image/svg+xml
.tif image/tiff
.tiff image/tiff
.wbmp image/vnd.wap.wbmp
.webp image/webp
.jng image/x-jng
.3gp video/3gpp
.3gpp video/3gpp
.f4p video/mp4
.f4v video/mp4
.m4v video/mp4
.mp4 video/mp4
.mpeg video/mpeg
.mpg video/mpeg
.ogv video/ogg
.mov video/quicktime
.webm video/webm
.flv video/x-flv
.mng video/x-mng
.asf video/x-ms-asf
.asx video/x-ms-asf
.wmv video/x-ms-wmv
.avi video/x-msvideo
.cur image/x-icon
.ico image/x-icon
.doc application/msword
.xls application/vnd.ms-excel
.ppt application/vnd.ms-powerpoint
.docx application/vnd.openxmlformats-officedocument.wordprocessingml.document
.xlsx application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
.pptx application/vnd.openxmlformats-officedocument.presentationml.presentation
.woff application/font-woff
.woff2 application/font-woff2
.eot application/vnd.ms-fontobject
.ttc application/x-font-ttf
.ttf application/x-font-ttf
.otf font/opentype
.ear application/java-archive
.jar application/java-archive
.war application/java-archive
.hqx application/mac-binhex40
.bin application/octet-stream
.deb application/octet-stream
.dll application/octet-stream
.dmg application/octet-stream
.exe application/octet-stream
.img application/octet-stream
.iso application/octet-stream
.msi application/octet-stream
.msm application/octet-stream
.msp application/octet-stream
.safariextz application/octet-stream
.pdf application/pdf
.ai application/postscript
.eps application/postscript
.ps application/postscript
.rtf application/rtf
.kml application/vnd.google-earth.kml+xml
.kmz application/vnd.google-earth.kmz
.wmlc application/vnd.wap.wmlc
.7z application/x-7z-compressed
.bbaw application/x-bb-appworld
.torrent application/x-bittorrent
.crx application/x-chrome-extension
.cco application/x-cocoa
.jardiff application/x-java-archive-diff
.jnlp application/x-java-jnlp-file
.run application/x-makeself
.oex application/x-opera-extension
.pl application/x-perl
.pm application/x-perl
.pdb application/x-pilot
.prc application/x-pilot
.rar application/x-rar-compressed
.rpm application/x-redhat-package-manager
.sea application/x-sea
.swf application/x-shockwave-flash
.sit application/x-stuffit
.tcl application/x-tcl
.tk application/x-tcl
.crt application/x-x509-ca-cert
.der application/x-x509-ca-cert
.pem application/x-x509-ca-cert
.xpi application/x-xpinstall
.xhtml application/xhtml+xml
.xsl application/xslt+xml
.zip application/zip
.css text/css
.htm text/html
.html text/html
.shtml text/html
.mml text/mathml
.txt text/plain
.vcard text/vcard
.vcf text/vcard
.xloc text/vnd.rim.location.xloc
.jad text/vnd.sun.j2me.app-descriptor
.wml text/vnd.wap.wml
.vtt text/vtt
.htc text/x-component
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment