Changes

Jump to navigation Jump to search
m
Line 97: Line 97:     
For UDP services, use UDPPort instead of TCPPort.  
 
For UDP services, use UDPPort instead of TCPPort.  
Note that you can also set restrictions with ~AllowHosts and ~DenyHosts:
+
Note that you can also set restrictions with AllowHosts and DenyHosts:
 
    
 
    
   config setprop manta ~AllowHosts 1.2.3.4,10.11.12.0/24  
+
   config setprop manta AllowHosts 1.2.3.4,10.11.12.0/24  
   config setprop manta ~DenyHosts 16.17.18.18
+
   config setprop manta DenyHosts 16.17.18.18
 
    
 
    
 
Then, to activate, do:  
 
Then, to activate, do:  

Navigation menu