Can anyone clarify in netmaker 0.18.5 after installed using quick script I see stun port listening on 0.0.0.0:3478, because in the docker-compose it's exposed like this "3478:3478/udp". My question is because it's configured behind caddy proxy, is this port needed as exposed in the docker-compose file or I can remove that? Thanks.
b
bored-solstice-58967
04/03/2023, 10:39 AM
it needs to be open for udp hole punching
j
jolly-london-20127
04/04/2023, 6:50 AM
correction: you can remove it from the ports, and then in your docker-compose for netmaker, you can change the STUN_LIST variable to remove the server, and it will only use remote stun servers (e.g. ours, google's)
b
bored-solstice-58967
04/04/2023, 2:23 PM
there isn't any advantage you can use any stun server