Skip to content

Instantly share code, notes, and snippets.

View ryanjafari's full-sized avatar
🏠
Working from home

Ryan Jafari ryanjafari

🏠
Working from home
View GitHub Profile
package main
import (
"github.com/kamhlos/upnp"
"fmt"
)
func main() {
upnp := new(upnp.Upnp)
err := upnp.ExternalIPAddr()
// mbp settings
{
//
// analytics:
//
"telemetry.telemetryLevel": "off",
//
// extensions:
//
"extensions.autoCheckUpdates": true,
// mbp settings
{
//
// analytics:
//
"telemetry.telemetryLevel": "off",
//
// extensions:
//
"extensions.autoCheckUpdates": true,
@ryanjafari
ryanjafari / .hyper.js.stable
Created July 10, 2021 01:07
Hyper.app (macOS terminal, stable) configuration file
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',
@ryanjafari
ryanjafari / .hyper.js
Last active July 10, 2021 01:08
Hyper.app (macOS terminal, canary) configuration file
"use strict";
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'canary',
// default font size in pixels for all tabs