Extenson ip wifi
darcs-hash:20070831124210-c3cc4-35ae4230732384393879c09ebaa307f8ae9f56be.gz
This commit is contained in:
parent
196b7735c8
commit
cfc394288a
2 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ class ARPFactory(protocol.ServerFactory):
|
|||
# On écoute sur le port 5243 et on ne répond qu'aux requêtes concernant le
|
||||
# sous-réseau wifi
|
||||
application = service.Application('arp')
|
||||
factory = ARPFactory('138.231.148.0/22')
|
||||
factory = ARPFactory('138.231.148.0/21')
|
||||
# Remplacer SSL par TCP pour ne pas utiliser SSL et virer ServerContextFactory
|
||||
internet.SSLServer(5243, factory,
|
||||
ServerContextFactory()).setServiceParent(service.IServiceCollection(application))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue