jcwren
                
              
                
              
                  
                  
              1
              
             
            
              I want to bind the Chirpstack webserver running on port 8080 to both IPV4 and IPV6.  I can specify one OR the other, but not both. I’ve tried
bind = "0.0.0.0:8080,[::]:8080"
and
bind = "0.0.0.0:8080 [::]:8080"
and
bind = "0.0.0.0:8080"
bind = "[::]:8080"
all of which result in a parsing error at startup.
Is there a way to specify both interfaces?
             
            
              
              
              
            
           
          
            
              
                fmgst
                
              
              
                  
                  
              2
              
             
            
              
Your question is not related to ChirpStack but to underlying network stack in the OS (which is absent from your post).
Assume others have run across same, remove Chirpstack, and search again.
When I did that, I found app-agnostic method to bind both. Please advise if that helped and then mark issue as closed.
             
            
              
              
              
            
           
          
            
              
                system
                
                  Closed 
              
              
                  
                  
              3
              
             
            
              This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.