Duke-Jones / RegulatedNoise

32 stars 11 forks source link

Use AppConfigLocal.xml instead of AppConfig.xml #87

Open deelkar opened 8 years ago

deelkar commented 8 years ago

The recommended way of overwriting AppConfig settings is to use AppConfigLocal.xml in the same directory as AppConfig.xml

Example AppConfigLocal.xml (mine includes manual port forwarding because of broken UPNP)

<?xml version="1.0"?> <AppConfig> <Network VerboseLogging="1" DatestampLog="1" LogFile="netLog" upnpenabled="0" Port="5100">

</Network> </AppConfig>

see also: https://support.frontier.co.uk/kb/faq.php?id=33