A Python STUN client for getting NAT type and external IP.
379
Wrapper for pystun3.
Supports all pystun3 parameters. Supports amd64 and arm64.
Examples:
docker run skopac/pystun3:latest
docker run skopac/pystun3:latest --help
docker run skopac/pystun3:latest -p 30000
docker run --net host skopac/pystun3:latest
Kubectl run
kubectl run pystun3 --image=skopac/pystun3
K8s manifest
apiVersion: apps/v1
kind: Deployment
metadata:
name: pystun3
spec:
replicas: 1
selector:
matchLabels:
app: pystun3
template:
metadata:
labels:
app: pystun3
spec:
containers:
- name: pystun3
image: skopac/pystun3:latest
imagePullPolicy: IfNotPresent
NAT Type: Full Cone
External IP: 34.70.47.115
External Port: 54320
See here: https://superuser.com/a/1901393/375210
Content type
Image
Digest
sha256:131d6ad05…
Size
47.6 MB
Last updated
about 2 years ago
docker pull skopac/pystun3