Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
// Update: 2019-12-30 15:41:10.399939
// Author: Roskomsvoboda
// Registry: reestr.rublacklist.net
// Read more about PAC: https://bit.ly/2SrGDml
'use strict';
/**
* Returns a string describing the configuration
* @returns {string} Proxy string.
@lk-geimfari
lk-geimfari / pac.pac
Last active September 24, 2019 10:27
function FindProxyForURL(url, host) {
if ( host.indexOf('linkedin') !== -1 || host.indexOf('telegram.org') !== -1) {
return "PROXY devproxy.roskomsvoboda.org:3129";
} else {
return "DIRECT";
}
}
const extraInfoSpecBlocking = ['blocking'];
const requestFilter = {urls: ['<all_urls>'], types: ['main_frame']};
from typing import Sequence
from django.db.models import Model
class Bootstrap(object):
def __init__(self, sequence: Sequence) -> None:
self.sequence = sequence
@lk-geimfari
lk-geimfari / brew-up-system.sh
Created September 5, 2018 21:56 — forked from Tehnix/brew-up-system.sh
Set up OS X with brew
#!/bin/sh
binaries=(
awscli
trash
tree
git
mosh
tmux
screen
zsh