publicip doesnt catch changes
See original GitHub issueBug Report
Description
Affected module: publicip Version used: git
When i use VPN, my publicip doesnt change at all. Why is this happening and how can we fix it? I know about this: https://github.com/tobi-wan-kenobi/bumblebee-status/pull/899. And that why i was supriced with this behaviour.
I recorded this bug: https://youtu.be/QZ-bHsPlI_U
Enviropment:
- Ubuntu 20.04
How to reproduce
- enable VPN
part of my i3-config:
bar {
#status_command i3status --config $HOME/.config/i3/i3status.conf | /bin/_change_layouts
tray_output eDP1
position top
font pango:Inconsolata 10
status_command ~/.config/i3/bumblebee-status/bumblebee-status \
-m layout-xkb \
-m pasink \
-m battery \
-m time \
-m date \
-m nic \
-m publicip \
-m disk:root \
-m cpu \
-m memory \
-m docker_ps \
-m arandr \
-p root.path=/ \
-p time.format="%H:%M" \
-p date.format="%a, %-d %-m" date.left-click="zenity --calendar" \
-p battery.device="BAT1" \
-p nic.exclude="lo,enp0s25,docker0,br-0e4b347152f3" \
-p nic.format="{ssid} {ip}" \
-p memory.format="{percent:05.02f}%" \
-p disk.format="{left}" \
-t nord-powerline
colors {
background #2f343f
# statusline старого цвета. Нужно заменить, когда цвет шрифта i3status изменю
statusline #ffffff
separator #4b5262
# colour of border, background, and text
focused_workspace #2f343f #4779e6 #d8dee8
active_workspace #2f343f #bf616a #d8dee8
inactive_workspace #2f343f #2f343f #d8dee8
urgent_workspace #2f343f #ebcb8b #2f343f
}
}
Issue Analytics
- State:
- Created a year ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
My ISP doesn't allow me to change my public IP address. How ...
You cannot change your external IP address. The address you have is belongs to and is assigned by your ISP. If you manually...
Read more >How to change your IP address (6 ways, 5 are free)
6 Simple ways to change your IP Address · 1. Connect to a VPN to change your IP address · 2. Use a...
Read more >[SOLVED] Public IP address change. - Spiceworks Community
Solution: The first thing to do, when a public IP address change is upcoming, is to change the DNS TTL of your public...
Read more >Does my Public IP address change even if I didn't restart my PC?
This entirely depends on the configuration of your ISP. They have complete and total control over your ip address lease. – Ramhound. Aug...
Read more >After change public ip iis doesn't reach from external - MSDN
An obvious check would be to see if you can reach the IIS IP from the router/firewall by HTTP. Make sure HTTP, HTTPS,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes, if you see another issue, please definitely open another ticket.
Thank you for your patience!
yeah, rn its working stable. Big thanks for improvement! Should i close this issue?