How if I set the subscription addresses to another influxdb's or itself?

For example, my influxdb is 172.0.0.1:8080,and I exceute:

CREATE SUBSCRIPTION "mysub" ON "mydb"."autogen" DESTINATIONS ALL 'http://127.0.0.1:8080'

Does this happens to a loop problem?