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:3745F270DB4E89756B0762BEEB0FE5D925C4A968]
| #!/usr/sbin/nft -f | |
| flush ruleset | |
| table inet filter { | |
| chain input { | |
| type filter hook input priority 0; | |
| } | |
| chain forward { | |
| type filter hook forward priority 0; | 
| hostname ix2215-tokyo | |
| timezone +09 00 | |
| ! | |
| logging buffered 131072 | |
| ! | |
| no syslog ip enable | |
| ! | |
| ip ufs-cache max-entries 20000 | |
| ip ufs-cache enable | |
| ip route default Tunnel0.0 | 
| #!/bin/sh | |
| # This script is for macOS and GNU/Linux. | |
| # Check if rsvg-convert is installed on the system. | |
| if ! command -v rsvg-convert &> /dev/null | |
| then | |
| echo "コマンド rsvg-convert (librsvg) がインストールされていません。" | |
| echo "Homebrew などのパッケージマネージャから導入してください。" | |
| exit | 
| # | |
| # Copyright (C) 2016 The Android Open-Source Project | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # | |
| # Unless required by applicable law or agreed to in writing, software | 
| @keyframes fuckColor{ | |
| 0% { background-color: Magenta; } | |
| 33% { background-color: yellow; } | |
| 66% { background-color: Cyan; } | |
| 100% { background-color: Magenta; } | |
| } | |
| .headerBtn, .ui-c, .ui-widget-content, .ui-widget-header, .ui-commandlink, .textWeblearning { | |
| animation: fuckColor 2s ease infinite; | |
| } | 
| 12517[2022-04-10 03:30:38] VERBOSE[60317] res_pjsip/pjsip_options.c: Contact 300/sip:[email protected]:59980;ob is now Reachable. RTT: 8.165 msec | |
| 12518[2022-04-10 03:57:27] VERBOSE[60317] pbx_variables.c: Setting global variable 'SIPDOMAIN' to '192.168.0.80' | |
| 12519[2022-04-10 03:57:27] VERBOSE[60317] netsock2.c: Using SIP RTP Audio TOS bits 184 | |
| 12520[2022-04-10 03:57:27] VERBOSE[60317] netsock2.c: Using SIP RTP Audio TOS bits 184 in TCLASS field. | |
| 12521[2022-04-10 03:57:27] VERBOSE[60317] netsock2.c: Using SIP RTP Audio CoS mark 5 | |
| 12522[2022-04-10 03:57:27] VERBOSE[118122][C-00000014] pbx.c: Executing [500@from-internal:1] Set("PJSIP/400-0000001a", "__RINGTIMER=15") in new stack | |
| 12523[2022-04-10 03:57:27] VERBOSE[118122][C-00000014] pbx.c: Executing [500@from-internal:2] ExecIf("PJSIP/400-0000001a", "0?Set(__CWIGNORE=)") in new stack | |
| 12524[2022-04-10 03:57:27] VERBOSE[118122][C-00000014] pbx.c: Executing [500@from-internal:3] Macro("PJSIP/400-0000001a", "exten-vm,novm,500,0,0,0") in new stack | |
| 12525[2022-04-10 03 | 
| BEGIN MESSAGE. cvxS3y4TKkkFIQX cnYadCFXxN3OKcr lCAt8BrGM2aontC e0XJYMIhrWx2Uup P5aDCLU95LzA15Q 1aSFffQ6JVdTCKq 6Xr2MZHgg6V6YzE deLmmUO4Orf822V aKFt9eZe5PEkinX BOtAFnhpNMdabmp kOs869Z9r1uqmHC Od8apLK5hDXjhOw 31fl8URKlwMLJfH rUylqugpRubBHTx XFlN. END MESSAGE. | 
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:3745F270DB4E89756B0762BEEB0FE5D925C4A968]
I hereby claim:
To claim this, I am signing this object:
| import discord | |
| from discord.utils import get | |
| import subprocess | |
| import getpass | |
| import tempfile | |
| import os | |
| client = discord.Client() | |
| passwd = (getpass.getpass() + '\n').encode() | |
| token = os.environ.get('DISCORD_TOKEN') | |
| @client.event |