This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:C3E9E6212A94877DBAB62DEABE9317B91730D0DA]
peers = [ | |
'tcp://ygg.cofob.ru:80', | |
'tcp://ygg-ru.cofob.ru:18000', | |
'tcp://ygg-ru2.cofob.ru:80', | |
'tcp://46.151.26.194:60575' | |
] | |
import os, json, random | |
if not os.path.isdir('yggspoof'): | |
os.mkdir('yggspoof') |
import yaml | |
import os | |
from datetime import datetime | |
from sys import argv | |
from tabulate import tabulate | |
import requests | |
import time | |
class Checker: |
This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:C3E9E6212A94877DBAB62DEABE9317B91730D0DA]
#!/bin/bash | |
apt update | |
apt upgrade -y | |
apt install git curl wget net-tools iptables-persistent dirmngr gpg dnsmasq python3 python3-pip screen -y | |
pip3 install bitarray | |
# import and trust my gpg key | |
gpg --quick-generate-key [email protected] | |
gpg --keyserver keys.openpgp.org --recv-keys c3e9e6212a94877dbab62deabe9317b91730d0da | |
gpg --quick-sign-key c3e9e6212a94877dbab62deabe9317b91730d0da |
import os, json, ipaddress | |
import bitarray | |
import bitarray.util | |
os.system('yggdrasil -genconf -json > conf') | |
with open('conf', 'r') as f: | |
conf = json.load(f) | |
os.remove('conf') |
from requests import get | |
from os.path import isdir, isfile | |
from os import mkdir, chdir, urandom | |
from shutil import rmtree | |
from urllib.parse import quote_plus | |
from tqdm import tqdm | |
from hashlib import sha256 | |
from random import choice, randint | |
from ipaddress import IPv6Address |
# Moved to repo https://github.com/2buldzha2t/donaters_gif |
I hereby claim:
To claim this, I am signing this object:
import pprint | |
from pathlib import Path | |
import json | |
from subprocess import check_output | |
def func(path=Path.cwd()): | |
out = [] | |
for child in path.iterdir(): |
Alfis - легковесный, децентрализованный DNS
без валюты.
Предполагается что Вы опытный пользователь и настроили доступ к командам без root
, либо запускаете их через sudo
.
Отключаем systemd-resolved
.
systemctl disable --now systemd-resolved