This guide was compiled from the following references:
- [Set up a global external Application Load Balancer with Cloud Run, App Engine, or Cloud Functions][1]
- [Migrate an App Engine custom domain to Cloud Load Balancing][2]
This guide was compiled from the following references:
MODE=standalone |
Where token is your personal access token.
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
sudo tcpdump -i eth0 -s 0 udp port 50222 -A -v | |
https://weatherflow.github.io/Tempest/api/udp.html |
Note: Consider using mitmproxy instead of Charles. There is better, more recent, documentation for using mitmproxy on Android.
Copyright (C) 2017 Tristan Waddington <[email protected]> | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal | |
in the Software without restriction, including without limitation the rights | |
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
copies of the Software, and to permit persons to whom the Software is | |
furnished to do so, subject to the following conditions: | |
The above copyright notice and this permission notice shall be included in |
// Load release signing info from keystore.properties | |
def keystoreProps = new Properties() | |
keystoreProps.load(new FileInputStream(rootProject.file('keystore.properties'))) | |
keystoreProps.each { prop -> | |
if (!project.hasProperty(prop.key)) { | |
project.ext.set(prop.key, prop.value) | |
} | |
} | |
android { |
package com.enlighthq.mobile.http; | |
import android.os.Build; | |
import java.io.IOException; | |
import java.util.Locale; | |
import okhttp3.Interceptor; | |
import okhttp3.Request; | |
import okhttp3.Response; |