The app is not registered in the DNS of the private network.

The app is not registered in the DNS of the private network.

I created app named ogawa0071-mysql.
Next, I connected to private network with WireGuard.
Next, I ran dig.
Here is the return at that time.

$ dig +short TXT _apps.internal @fdaa:0:4d59::3
"ogawa0071-mysql-2,ogawa0071-test,ogawa0071-wordpress-6"

It doesn’t include the ogawa0071-mysql and ogawa0071-wordpress apps I created.
Why is this?

@futa I just checked on this and things seem to look ok on my end. Can you confirm whether this is still an issue?

Thank you for your reply.

I looked it up again.

$ dig +short TXT _apps.internal @fdaa:0:4d59::3
"ogawa0071-mysql-2,ogawa0071-test,ogawa0071-wordpress-6"

$ dig +short AAAA ogawa0071-mysql-2.internal @fdaa:0:4d59::3
fdaa:0:4d59:a7b:aa8:0:93a4:2

$ dig +short AAAA ogawa0071-mysql.internal @fdaa:0:4d59::3

After all, my app ogawa0071-mysql doesn’t show up there.

$ fly apps list
NAME                 	OWNER   	STATUS 	LATEST DEPLOY        
ogawa0071-mysql      	personal	running	20h32m ago          	
ogawa0071-mysql-2    	personal	running	2022-02-15T21:18:27Z	
ogawa0071-test       	personal	running	20h36m ago          	
ogawa0071-wordpress  	personal	running	20h29m ago          	
ogawa0071-wordpress-6	personal	running	2022-04-07T00:02:46Z	

CLI gives the correct return.

Thanks.